diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bc61ac..ea57504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and releases in NEOSDiscovery project adheres to [Semantic Versioning](http://se ## [Unreleased] +## [1.0.71] - 2022-02-04 + +### Changed +- dependency bumps for maintenance + +### Security +- address brakeman warnings [di_internal#61](https://github.com/ualbertalib/di_internal/issues/61#issuecomment-494452697) + ## [1.0.70] - 2021-08-25 ### Fixed diff --git a/config/application.rb b/config/application.rb index 6a08393..0c20515 100644 --- a/config/application.rb +++ b/config/application.rb @@ -7,7 +7,7 @@ Bundler.require(*Rails.groups) module SearchApp - VERSION = '1.0.70'.freeze # used in application layout meta generator tag + VERSION = '1.0.71'.freeze # used in application layout meta generator tag class Application < Rails::Application # Settings in config/environments/* take precedence over those specified here.