diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b1e70d5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [0.3.0](https://github.com/matteoredz/itax-code/compare/v0.2.0...v0.3.0) (2023-06-30) + + +### Features + +* trigger release action on bump ([#9](https://github.com/matteoredz/itax-code/issues/9)) ([412f054](https://github.com/matteoredz/itax-code/commit/412f054a9e93d95bcf86244121c3097c8e76f515)) + + +### Bug Fixes + +* restore release workflow ([#8](https://github.com/matteoredz/itax-code/issues/8)) ([876fc6b](https://github.com/matteoredz/itax-code/commit/876fc6bb69d31e73e611a0e74ee1b27ed2fea966)) diff --git a/lib/itax_code/version.rb b/lib/itax_code/version.rb index 151fa5f..ee34f9a 100644 --- a/lib/itax_code/version.rb +++ b/lib/itax_code/version.rb @@ -1,3 +1,3 @@ module ItaxCode - VERSION = "0.2.0".freeze + VERSION = "0.3.0".freeze end