diff --git a/CHANGELOG.md b/CHANGELOG.md index e7b7182..e756457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +0.3.0 +----- + +2017-10-08 + +* [#6](https://github.com/voxpupuli/ra10ke/pull/6) Add a dependency solver based on the Ruby Solve library (thanks to [Jarkko Oranen](https://github.com/oranenj)) +* [#8](https://github.com/voxpupuli/ra10ke/pull/8) Add numeric tag convention support (thanks to [Hervé MARTIN](https://github.com/HerveMARTIN)) + 0.2.0 ----- diff --git a/lib/ra10ke/version.rb b/lib/ra10ke/version.rb index 82262da..052f9a1 100644 --- a/lib/ra10ke/version.rb +++ b/lib/ra10ke/version.rb @@ -1,3 +1,3 @@ module Ra10ke - VERSION = "0.2.0" + VERSION = "0.3.0" end