diff --git a/CHANGELOG.md b/CHANGELOG.md index dc3420a..662ca11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning]. ## [Unreleased] +## [0.2.0] - 2023-10-23 + ### Added - Add `minitest` and `rake-test` support. ([@skryukov]) @@ -24,7 +26,8 @@ and this project adheres to [Semantic Versioning]. [@skryukov]: https://github.com/skryukov -[Unreleased]: https://github.com/skryukov/skooma/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/skryukov/skooma/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/skryukov/skooma/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/skryukov/skooma/commits/v0.1.0 [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ diff --git a/lib/skooma/version.rb b/lib/skooma/version.rb index 5333464..6afb6b3 100644 --- a/lib/skooma/version.rb +++ b/lib/skooma/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Skooma - VERSION = "0.1.0" + VERSION = "0.2.0" end