diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f755b..049f6e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.5.2] - 2023-11-21 +- Internal updates to style, etc. No outward-facing changes. + ## [0.5.1] - 2023-11-11 #### Public API Updates! diff --git a/Gemfile.lock b/Gemfile.lock index bcb8915..36327f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - say (0.5.1) + say (0.5.2) GEM remote: https://rubygems.org/ diff --git a/lib/say/version.rb b/lib/say/version.rb index 489ce74..9f3930a 100644 --- a/lib/say/version.rb +++ b/lib/say/version.rb @@ -2,5 +2,5 @@ module Say # The current Say gem version. - VERSION = "0.5.1" + VERSION = "0.5.2" end