CHANGELOG.md in fastly-4.2.0 vs CHANGELOG.md in fastly-4.3.0

- old
+ new

@@ -1,9 +1,21 @@ # Changelog -## [v4.1.0](https://github.com/fastly/fastly-ruby/releases/tag/v4.1.0) (2023-03-21) +## [v4.3.0](https://github.com/fastly/fastly-ruby/releases/tag/v4.3.0) (2023-04-03) -[Full Changelog](https://github.com/fastly/fastly-ruby/compare/v4.0.0...v4.1.0) +**Bug fixes:** + +- fix(purge): avoid CGI escape URL parameter + +**Enhancements:** + +- feat(domain-ownership): list API endpoint +- feat(object-store): items API endpoints +- feat(realtime): additional DDoS properties + +## [v4.2.0](https://github.com/fastly/fastly-ruby/releases/tag/v4.2.0) (2023-03-21) + +[Full Changelog](https://github.com/fastly/fastly-ruby/compare/v4.1.0...v4.2.0) ## Bug fixes - fix(purge): switch authentication type to 'token'