CHANGELOG.md in exception_handling-3.0.0 vs CHANGELOG.md in exception_handling-3.0.1
- old
+ new
@@ -2,9 +2,13 @@
Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
**Note:** this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [3.0.1] - 2024-03-07
+### Changed
+- Allow newer versions of the `psych` gem to be used to avoid conflicts with the default version pulled in by ruby 3.2+
+
## [3.0.0] - 2024-03-01
### Added
- Added explicit testing and support for Ruby 3.2 and 3.3
### Changed