Skip to content

Commit

Permalink
chore(main): release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yetti committed Sep 4, 2023
1 parent 0b417a1 commit efe048c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [2.6.0](https://github.com/nla/nla-blacklight/compare/2.5.0...2.6.0) (2023-09-04)


### 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))
* add yearCaption, enumeration and chronology to request notes ([41e3bcd](https://github.com/nla/nla-blacklight/commit/41e3bcdc1eb2062fca61444a52fbcf4c6b1b1b56))
* change requesting prompts ([83d5818](https://github.com/nla/nla-blacklight/commit/83d5818905eea0fd45aa06261629a492cf323100))
* define further gray colours ([09a5053](https://github.com/nla/nla-blacklight/commit/09a5053bfd286c7246c093293c74a1e872035fa8))


### 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)


Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit efe048c

Please sign in to comment.