diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c65c27..8595846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change log +## 1.5.0 (2023-08-25) + +- Ruby 3.2 compatibility. ([@sgerrand][]) +- **Ruby 2.7 is required.** + ## 1.3.0 (2021-05-11) - Added Ruby 3.0 support ([@pomartel][]) @@ -59,3 +64,4 @@ See [migration guide](https://clowne.evilmartians.io/docs/from_v02_to_v10.html) [@pomartel]: https://github.com/pomartel [@mpestov]: https://github.com/mpestov [@Sub-Xaero]: https://github.com/Sub-Xaero +[@sgerrand]: https://github.com/sgerrand diff --git a/lib/clowne/version.rb b/lib/clowne/version.rb index 3bb0e3f..9b3ac6d 100644 --- a/lib/clowne/version.rb +++ b/lib/clowne/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Clowne - VERSION = "1.4.0" + VERSION = "1.5.0" end