summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <jmccrae@chf.io>2022-04-04 15:23:10 -0700
committerJohn McCrae <jmccrae@chf.io>2022-04-04 15:23:10 -0700
commit76ff381d2dc24a1732591454c60591bfc63b5456 (patch)
tree2228217bb01b26ccde88c03c94ab41c3fb0ccf6e
parent6a7d0e9764f87b3e2a836b6105cfee05e8c131cf (diff)
downloadmixlib-shellout-76ff381d2dc24a1732591454c60591bfc63b5456.tar.gz
Hard Coding the gems in the gemfile to overcome a Ruby 3.1 bug
Signed-off-by: John McCrae <jmccrae@chf.io>
-rw-r--r--CHANGELOG.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d26ab99..f7b3e5a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,13 @@
# mixlib-shellout Changelog
+<!-- latest_release 3.2.6 -->
+## [v3.2.6](https://github.com/chef/mixlib-shellout/tree/v3.2.6) (2022-03-29)
+
+#### Merged Pull Requests
+- Loosen platform regex to allow 64 or 32 bit mingw [#234](https://github.com/chef/mixlib-shellout/pull/234) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
-<!-- release_rollup -->
-<!-- latest_stable_release -->
-## [v3.2.6](https://github.com/chef/mixlib-shellout/tree/v3.2.6) (2022-03-31)
+<!-- release_rollup since=3.2.5 -->
+### Changes not yet released to rubygems.org
#### Merged Pull Requests
- Loosen platform regex to allow 64 or 32 bit mingw [#234](https://github.com/chef/mixlib-shellout/pull/234) ([clintoncwolfe](https://github.com/clintoncwolfe))