Skip to content

Commit

Permalink
Fix changelog links
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schoknecht committed Jul 3, 2024
1 parent 0d54ed9 commit 2f41ed4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 26 deletions.
53 changes: 30 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,53 @@
## What's Changed
## What's Changed in v0.4.0
* Bump version to 0.4.0
* Make charge bearer optional instead of constant set to `SLEV` by @tobischo in [#7](https://github.com/viafintech/sps_king/pull/7)
* Make charge bearer optional instead of constant set to `SLEV`

**Full Changelog**: https://github.com/viafintech/sps_king/compare/v0.3.1...v0.4.0

## What's Changed in v0.3.1
* Bump version to 0.3.1
* Merge pull request #5 from viafintech/bug/use-correct-default-currency
* Fix default currency on transactions by @tobischo in [#5](https://github.com/viafintech/sps_king/pull/5)
* Revert to old gemfile definition
* Re-add bundle install step
* Fix indentation
* Improve test setup
* Add newer ruby versions to test matrix
* Fix default currency on transactions

**Full Changelog**: https://github.com///compare/v0.3.0...v0.3.1
**Full Changelog**: https://github.com/viafintech/sps_king/compare/v0.3.0...v0.3.1

## What's Changed in v0.3.0
* Bump gem version
* Update tested activemodel versions
* Update test ruby version to 3.0

**Full Changelog**: https://github.com///compare/v0.2.0...v0.3.0
**Full Changelog**: https://github.com/viafintech/sps_king/compare/v0.2.0...v0.3.0

## What's Changed in v0.2.0
* Merge pull request #3 from viafintech/feature/update-dependencies-and-run-tests-on-github
* Stick to ruby 2.7 support for now
* Fix CI setup
* Bump required ruby version to 2.7
* Merge pull request #2 from viafintech/remove-coveralls-dependency
* Update version to 0.1.1
* Add missing gemfiles for testing
* Remove coveralls dependency
* Merge pull request #1 from Barzahlen/update-copyright-notice
* Update copyright notice and author mail address
* Add comment pointing to sepa_king for sepa files
* Fix gem description for next release

**Full Changelog**: https://github.com///compare/v0.1.0...v0.2.0
* Bump required ruby version to 2.7 by @martinseener in [#3](https://github.com/viafintech/sps_king/pull/3)
* Stick to ruby 2.7 support for now by @tobischo
* Fix CI setup by @tobischo
* Bump required ruby version to 2.7 by @tobischo
* Remove coveralls dependency by @martinseener in [#2](https://github.com/viafintech/sps_king/pull/2)
* Update version to 0.1.1 by @tobischo
* Add missing gemfiles for testing by @tobischo
* Remove coveralls dependency by @tobischo
* Update copyright notice and author mail address by @martinseener in [#1](https://github.com/viafintech/sps_king/pull/1)
* Update copyright notice and author mail address by @tobischo
* Add comment pointing to sepa_king for sepa files by @tobischo
* Fix gem description for next release by @tobischo

## New Contributors
* @martinseener made their first contribution in [#3](https://github.com/viafintech/sps_king/pull/3)

**Full Changelog**: https://github.com/viafintech/sps_king/compare/v0.1.0...v0.2.0

## What's Changed in v0.1.0
* Add .gem to gitignore
* Adapt example account holder
* Fix status badges
* Fix copyright notice
* Initial implementation after fork from sepa_king gem
* Add .gem to gitignore by @tobischo
* Adapt example account holder by @tobischo
* Fix status badges by @tobischo
* Fix copyright notice by @tobischo
* Initial implementation after fork from sepa_king gem by @tobischo

<!-- generated by git-cliff -->
6 changes: 3 additions & 3 deletions cliff.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# git-cliff ~ configuration file
# https://git-cliff.org/docs/configuration

# [remote.github]
# owner = "orhun"
# repo = "git-cliff"
[remote.github]
owner = "viafintech"
repo = "sps_king"
# token = ""

[changelog]
Expand Down

0 comments on commit 2f41ed4

Please sign in to comment.