CHANGELOG.md in braze_ruby-0.9.0 vs CHANGELOG.md in braze_ruby-0.10.0
- old
+ new
@@ -20,10 +20,21 @@
### Fixed
### Security
+## [0.10.0][] - 2024-11-15
+
+### Added
+
+* Partial support for Braze catalogs ([#60][])
+
+### Changed
+
+* Use more generic CI job names ([#67][])
+* Bump Ruby versions for CI ([#68][])
+
## [0.9.0][] - 2024-10-25
### Added
* Add a CHANGELOG ([#61][])
@@ -90,17 +101,18 @@
### Changed
* Modernize a few files and tinker with CI setup ([#26][])
* Update authors and license ([#27][])
-[Unreleased]: https://github.com/jonallured/braze_ruby/compare/v0.9.0...HEAD
+[Unreleased]: https://github.com/jonallured/braze_ruby/compare/v0.10.0...HEAD
[0.5.0]: https://github.com/jonallured/braze_ruby/releases/tag/v0.5.0
[0.6.0]: https://github.com/jonallured/braze_ruby/releases/tag/v0.6.0
[0.7.0]: https://github.com/jonallured/braze_ruby/releases/tag/v0.7.0
[0.8.0]: https://github.com/jonallured/braze_ruby/releases/tag/v0.8.0
[0.9.0]: https://github.com/jonallured/braze_ruby/releases/tag/v0.9.0
+[0.10.0]: https://github.com/jonallured/braze_ruby/releases/tag/v0.10.0
[#25]: https://github.com/jonallured/braze_ruby/pull/25
[#26]: https://github.com/jonallured/braze_ruby/pull/26
[#27]: https://github.com/jonallured/braze_ruby/pull/27
[#28]: https://github.com/jonallured/braze_ruby/pull/28
@@ -117,10 +129,13 @@
[#43]: https://github.com/jonallured/braze_ruby/pull/43
[#44]: https://github.com/jonallured/braze_ruby/pull/44
[#45]: https://github.com/jonallured/braze_ruby/pull/45
[#46]: https://github.com/jonallured/braze_ruby/pull/46
[#47]: https://github.com/jonallured/braze_ruby/pull/47
+[#60]: https://github.com/jonallured/braze_ruby/pull/60
[#61]: https://github.com/jonallured/braze_ruby/pull/61
[#62]: https://github.com/jonallured/braze_ruby/pull/62
[#63]: https://github.com/jonallured/braze_ruby/pull/63
[#64]: https://github.com/jonallured/braze_ruby/pull/64
[#65]: https://github.com/jonallured/braze_ruby/pull/65
+[#67]: https://github.com/jonallured/braze_ruby/pull/67
+[#68]: https://github.com/jonallured/braze_ruby/pull/68