CHANGELOG.md in fastly-4.0.1.pre.alpha.0 vs CHANGELOG.md in fastly-4.1.0
- old
+ new
@@ -1,7 +1,18 @@
-# Change Log
+# Changelog
+## [v4.0.0](https://github.com/fastly/fastly-ruby/releases/tag/v4.0.0) (2022-12-15)
+
+[Full Changelog](https://github.com/fastly/fastly-ruby/compare/v3.0.2...v4.0.0)
+
+**Breaking:**
+
+* New interface from code-generated API client [#183](https://github.com/fastly/fastly-ruby/pull/183)
+ * [Blog post: Better Fastly API clients with OpenAPI Generator](https://dev.to/fastly/better-fastly-api-clients-with-openapi-generator-3lno)
+ * [Documentation](https://github.com/fastly/fastly-ruby#documentation-for-api-endpoints)
+ * [Unsupported API endpoints](https://github.com/fastly/fastly-ruby#issues)
+
## [v3.0.2](https://github.com/fastly/fastly-ruby/tree/v3.0.2) (2021-06-30)
[Full Changelog](https://github.com/fastly/fastly-ruby/compare/v3.0.1...v3.0.2)
**Merged pull requests:**
@@ -427,80 +438,77 @@
## 2014-12-15 v1.1.5
* major refactor and reorganization of code (merged branch https://github.com/fastly/fastly-ruby/pull/31)
* bump curb dep to 0.8.6 for ruby 2.1 support (see https://github.com/fastly/fastly-ruby/issues/43)
-2014-09-29 v1.1.4
+## 2014-09-29 v1.1.4
* Require API Key for purge by key requests
-2014-07-25 v1.1.3
+## 2014-07-25 v1.1.3
* Add test:unit rake task
* Add Rubocop and some rubocop cleanup
* Clarify gem name in documentation
* Fix a bug in the `Fastly.get_options` method
* Add `bin/fastly_create_domain` script to easily create domain
-2014-06-12 v1.1.2
+## 2014-06-12 v1.1.2
* Replace `String#underscore` with `Fastly::Util.class_to_path` method.
* Add first true unit test
* Add `test_helper.rb`
* Add `pry` as dependency
* Add console Rake task
-2013-11-26 v1.02
+## 2013-11-26 v1.02
Fix rdoc dependency and quorum spelling (Kristoffer Renholm)
-2013-10-03 v1.01
+## 2013-10-03 v1.01
Add historical stats functionality
Fix settings
Add conditions
Add in auto_loadbalancing for backends
Fix some doc stuff (Sam Sharpe)
Reorganize library (Eric Saxby & Paul Henry)
Fix purge_all, purge_by_key and details (Kazuki Ohta)
-2013-07-16 v1.00
+## 2013-07-16 v1.00
Fix delete VCL (thanks Andrian Jardan)
-2012-05-01 v0.99
+## 2012-05-01 v0.99
Fix some SSL issues
Allow some admin functionality
-2012-02-02 v0.98
+## 2012-02-02 v0.98
Make deactivate! work
Add active?
Add Service.purge_by_key
-2012-01-27 v0.97
+## 2012-01-27 v0.97
Fix invoice tests with new billing API
-2012-01-16 v0.96
+## 2012-01-16 v0.96
Fix version.locked?
Make fastly_upload_vcl work
-2011-12-19 v0.95
+## 2011-12-19 v0.95
Fix the way invoices and stats are fetched
-2011-12-15 v0.9
+## 2011-12-15 v0.9
Add mapping from backends to directors and directors to origins
-2011-11-03 v0.8
+## 2011-11-03 v0.8
Add list_* to all objects
Add Healthchecks and Syslog endpoint streaming
-2011-11-02 v0.5
+## 2011-11-02 v0.5
Initial releasee
-
-
-\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\ No newline at end of file