diff --git a/CHANGELOG.md b/CHANGELOG.md index 035f7afbd..be3339020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [2.6.0](https://github.com/nla/nla-blacklight/compare/2.5.0...2.6.0) (2023-09-01) + + +### Features + +* cache eresources config in Redis ([ba9f080](https://github.com/nla/nla-blacklight/commit/ba9f08076cb6ee3d4746823def90d02fbc339dc3)) +* split titles into separate lines ([ae206fa](https://github.com/nla/nla-blacklight/commit/ae206fa3e5ac2bcac9bfe362ed42f64a8beaf99d)) + + +### Bug Fixes + +* add thumbnail width to cache key ([5e89bdc](https://github.com/nla/nla-blacklight/commit/5e89bdc0692b7e009dad291211e5cb8b41e23cdd)) +* change requesting prompts ([83d5818](https://github.com/nla/nla-blacklight/commit/83d5818905eea0fd45aa06261629a492cf323100)) + + +### Miscellaneous + +* change session cookie security ([d39c352](https://github.com/nla/nla-blacklight/commit/d39c3521a39fe5aab90d44ed300ee24fea408f4f)) +* **deps-dev:** bump mock_redis from 0.36.0 to 0.37.0 ([86c666b](https://github.com/nla/nla-blacklight/commit/86c666ba44f087c7c0ea72a3ab35eb2448978de3)) +* **deps-dev:** bump webmock from 3.18.1 to 3.19.0 ([581846b](https://github.com/nla/nla-blacklight/commit/581846bf9b1879ca329589a9f71d4cec3c3b387a)) +* **deps:** bump hiredis-client from 0.15.0 to 0.16.0 ([19c6ac3](https://github.com/nla/nla-blacklight/commit/19c6ac346603672f10489a80bff4eb7bfa153347)) +* prepare next version ([87addf0](https://github.com/nla/nla-blacklight/commit/87addf0e486aebc5812295ff9aad3a2f1b9b85cf)) + ## [2.5.0](https://github.com/nla/nla-blacklight/compare/2.4.0...2.5.0) (2023-08-25) diff --git a/config/application.rb b/config/application.rb index e44f14849..207e5dd14 100644 --- a/config/application.rb +++ b/config/application.rb @@ -18,7 +18,7 @@ end module NlaBlacklight - VERSION = "2.5.0" + VERSION = "2.6.0" class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version.