CHANGELOG.md in versioncake-2.5.0 vs CHANGELOG.md in versioncake-3.0.0
- old
+ new
@@ -1,15 +1,32 @@
## Unreleased Changes
-[Full Changelog](https://github.com/bwillis/versioncake/compare/v2.5...master)
+[Full Changelog](https://github.com/bwillis/versioncake/compare/v3.0...master)
Bug Fixes:
* None
Enhancements:
* None
+
+Deprecations:
+
+* None
+
+## 3.0.0 (Aug 3, 2015)
+
+Bug Fixes:
+
+* When an invalid version is received an unsupported exception is raised (#34)
+* Remove deprecated X- from header (breaking change)
+* Remove warning in Rails 5 (#40) Thanks [Michael Elfassy](https://github.com/elfassy)!
+
+Enhancements:
+
+* Migrate from test-unit to rspec (#37)
+* Rack based versioning middleware (#36) (breaking changes)
Deprecations:
* None