diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eabd8d..553ed5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.0.4](https://github.com/matteoredz/itax-code/compare/v2.0.3...v2.0.4) (2024-05-02) + + +### Continuous Integration + +* update paambaati/codeclimate-action to v6.0.0 ([#55](https://github.com/matteoredz/itax-code/issues/55)) ([e7aad01](https://github.com/matteoredz/itax-code/commit/e7aad0168aa18df97235171082e9bd40287dee84)) + + +### Code Refactoring + +* converted Utils class in module ([#53](https://github.com/matteoredz/itax-code/issues/53)) ([99dddee](https://github.com/matteoredz/itax-code/commit/99dddee715b3bc5deccd27c6734832e7f9ec7cd0)) + ## [2.0.3](https://github.com/matteoredz/itax-code/compare/v2.0.2...v2.0.3) (2024-02-20) diff --git a/lib/itax_code/version.rb b/lib/itax_code/version.rb index 01c0f8b..c2667a7 100644 --- a/lib/itax_code/version.rb +++ b/lib/itax_code/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ItaxCode - VERSION = "2.0.3" + VERSION = "2.0.4" end