## Unreleased Changes [Full Changelog](https://github.com/bwillis/versioncake/compare/v4.1...master) Bug Fixes: * None Enhancements: * None Deprecations: * None ## 4.1.0 (March 31, 2022) Bug Fixes: * FronzeError bug in content type strategy (#100) * Enhancements: * Rails 7 support (#108) * Raise (and catch) more specific exceptions (#105) Deprecations: * None ## 4.0.2 (June 5, 2020) Bug Fixes: * Responses error in Rails API only (#76) thanks [JamesCarscadden](https://github.com/JamesCarscadden) Enhancements: * None Deprecations: * None ## 4.0.1 (March 11, 2020) Bug Fixes: * Dependencies not set properly for Rails 6 (#87) Enhancements: * None Deprecations: * None ## 4.0.0 (March 10, 2020) Bug Fixes: * Path versions could parse incorrect version in some circumstances (#83) thanks [Luke Abel](https://github.com/llhhaa) Enhancements: * Rails 6 support (#81) thanks [Thomas "Teflon Ted" Davis](https://github.com/trak3r) Deprecations: * Remove Rails v3/v4 and Ruby v2 template renaming migration script * Improving configuration ## 1.3.0 (Sept 26, 2013) [Full Changelog](https://github.com/bwillis/versioncake/compare/v1.2...v1.3) Bug Fixes: * Default supported versions were not being set correctly (issue #13), thanks [Jérémie Meyer de Ville](https://github.com/jeremiemv) ## 1.2.0 (May 26, 2013) [Full Changelog](https://github.com/bwillis/versioncake/compare/v1.1...v1.2) Enhancements: * Support Rails 4 * Adding Rails version testing with [Appraisals](https://github.com/thoughtbot/appraisal) * Added contribution guide ## 1.1.0 (May 18, 2013) [Full Changelog](https://github.com/bwillis/versioncake/compare/v1.0...v1.1) Bug Fixes: * HttpAcceptParameterStrategy will now accept multiple digit versions Enhancements: * Added this CHANGELOG! * New configuration parameter default_version to set the desired version when a client does not send a version instead of the default latest version. Thanks to [Billy Catherall](https://github.com/bcatherall) for implementing this. * Internal refactoring of strategies for better testability. * Isolated Rails hooks. ## 1.0.0 (March 14, 2013) [Full Changelog](https://github.com/bwillis/versioncake/compare/v0.5...v1.0) ## 0.5.0 (December 6, 2012) [Full Changelog](https://github.com/bwillis/versioncake/compare/v0.4...v0.5) ## 0.4.0 (October 29, 2012) [Full Changelog](https://github.com/bwillis/versioncake/compare/0fe364999ec9e5fe27faf39f82d8f7f2d26f38be...v0.4)