diff --git a/.release-please-manifest.json b/.release-please-manifest.json index acbe2e7..fc5553b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.23.2" + ".": "0.24.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aa8921f..41121c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.24.0](https://github.com/dwilkie/pumi/compare/v0.23.2...v0.24.0) (2024-04-24) + + +### Features + +* Update data ([#75](https://github.com/dwilkie/pumi/issues/75)) ([f7c2cbb](https://github.com/dwilkie/pumi/commit/f7c2cbba14b1ac62065f3569ab5f08cabcc2aaa2)) + ## [0.23.2](https://github.com/dwilkie/pumi/compare/v0.23.1...v0.23.2) (2024-01-30) diff --git a/lib/pumi/version.rb b/lib/pumi/version.rb index 5aa52a7..fdd4e31 100644 --- a/lib/pumi/version.rb +++ b/lib/pumi/version.rb @@ -1,3 +1,3 @@ module Pumi - VERSION = "0.23.2".freeze + VERSION = "0.24.0".freeze end