From 58c64ca175d249b88513393db4731a44a5627f0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 07:58:23 +0000 Subject: [PATCH] chore(master): release 0.12.2 --- CHANGELOG.md | 7 +++++++ lib/pumi/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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