Skip to content

Commit

Permalink
bump version and update changelog (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Aug 3, 2022
1 parent 7c32d72 commit b3229e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/ood_appkit/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module OodAppkit
# The current version of OodAppkit
VERSION = '2.1.0'
VERSION = '2.1.1'
end

0 comments on commit b3229e5

Please sign in to comment.