diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f03dae..9388623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.1.1] - 2022-08-03 + +- Updated URL builders for new Files URLs in [68](https://github.com/OSC/ood_appkit/pull/68). + ## [2.1.0] - 2021-10-28 - Updated rails dependency and fix the template deprecation in @@ -61,7 +66,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Security fix: Cookies are kept within the Passenger app's base URI now. [#42](https://github.com/OSC/ood_appkit/pull/42) -[Unreleased]: https://github.com/OSC/ood_appkit/compare/v2.1.0...HEAD +[Unreleased]: https://github.com/OSC/ood_appkit/compare/v2.1.1...HEAD +[2.1.1]: https://github.com/OSC/ood_appkit/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/OSC/ood_appkit/compare/v2.0.2...v2.1.0 [2.0.2]: https://github.com/OSC/ood_appkit/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/OSC/ood_appkit/compare/v2.0.0...v2.0.1 diff --git a/lib/ood_appkit/version.rb b/lib/ood_appkit/version.rb index aed7d18..8c59007 100644 --- a/lib/ood_appkit/version.rb +++ b/lib/ood_appkit/version.rb @@ -2,5 +2,5 @@ module OodAppkit # The current version of OodAppkit - VERSION = '2.1.0' + VERSION = '2.1.1' end