CHANGELOG.md in oxidized-0.29.0 vs CHANGELOG.md in oxidized-0.29.1
- old
+ new
@@ -4,9 +4,19 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [Unreleased]
+## Added
+
+## Changed
+
+- Ensure Docker builds are only pushed to registry on `master` (@aschaber1)
+
+## Fixed
+
+- #2749: fix issues with `cut_both`
+
## [0.29.0 - 2023-04-13]
- Ensure Docker Builds are tagged with latest and version (using `git describe --tags`) (@aschaber1)
- Upgrade Dockerfile baseimage to Ubuntu 22.04 and Ruby 3.0 (@aschaber1)
- Upgrade Ruby dependency to Ruby 3.0+ (@aschaber1)