diff --git a/CHANGELOG.md b/CHANGELOG.md index a1b9db8..7ab9fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## [Unreleased] +## [0.3.2] - 2022-05-16 + +- Bumped version +- Fixed workflow + ## [0.3.1] - 2022-05-16 - Renamed gem diff --git a/Gemfile.lock b/Gemfile.lock index f98e7f9..4c04dd6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rspec_match_structure (0.3.0) + rspec_match_structure (0.3.2) activesupport GEM diff --git a/lib/rspec_match_structure/version.rb b/lib/rspec_match_structure/version.rb index 1796992..892b470 100644 --- a/lib/rspec_match_structure/version.rb +++ b/lib/rspec_match_structure/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RspecMatchStructure - VERSION = "0.3.0" + VERSION = "0.3.2" end