CHANGELOG.md in skunk-0.5.2 vs CHANGELOG.md in skunk-0.5.3
- old
+ new
@@ -3,12 +3,23 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## main [(unreleased)](https://github.com/fastruby/skunk/compare/v0.5.2...HEAD)
+## main [(unreleased)](https://github.com/fastruby/skunk/compare/v0.5.3...HEAD)
* <INSERT YOUR FEATURE OR BUGFIX HERE>
+
+## v0.5.3 / 2023-12-01 [(commits)](https://github.com/fastruby/skunk/compare/v0.5.2...v0.5.3)
+
+* [BUGFIX: Update reek, rubocop, and terminal-table dependencies](https://github.com/fastruby/skunk/pull/111)
+* [BUGFIX: Better test coverage tracking for skunk](https://github.com/fastruby/skunk/pull/108)
+* [FEATURE: Add Ruby 3.2 Support](https://github.com/fastruby/skunk/pull/106)
+* [BUGFIX: Fix skunk workflow](https://github.com/fastruby/skunk/pull/104)
+* [BUGFIX: Fix documentation and refactor `skunk_score` method](https://github.com/fastruby/skunk/pull/102)
+* [FEATURE: Improve main workflow](https://github.com/fastruby/skunk/pull/99)
+* [BUGFIX: Fix analized module test](https://github.com/fastruby/skunk/pull/98)
+
## v0.5.2 / 2022-04-27 [(commits)](https://github.com/fastruby/skunk/compare/v0.5.1...v0.5.2)
* [FEATURE: Support more rubies](https://github.com/fastruby/skunk/pull/92)
* [BUGFIX: Fixed share issue with version command](https://github.com/fastruby/skunk/pull/83)
* [FEATURE: Add PR Template](https://github.com/fastruby/skunk/pull/72)