diff --git a/CHANGELOG.md b/CHANGELOG.md index c666448..925a4a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.2](https://github.com/dwilkie/pumi/compare/v0.12.1...v0.12.2) (2023-02-01) + + +### Bug Fixes + +* release ([6a2da62](https://github.com/dwilkie/pumi/commit/6a2da6270e1c037ff99955b7efb4254bc6dd30ad)) + ## [0.12.1](https://github.com/dwilkie/pumi/compare/v0.12.0...v0.12.1) (2023-02-01) diff --git a/lib/pumi/version.rb b/lib/pumi/version.rb index a3db66f..4633e87 100644 --- a/lib/pumi/version.rb +++ b/lib/pumi/version.rb @@ -1,3 +1,3 @@ module Pumi - VERSION = "0.12.0".freeze + VERSION = "0.12.2".freeze end