From c07f2040dd4b3f162a7a5177e75c4cc7d40543ec Mon Sep 17 00:00:00 2001 From: Jeffery Antoniuk Date: Fri, 6 May 2022 10:27:20 -0600 Subject: [PATCH] Update version and changelog for v1.0.73 (#589) --- CHANGELOG.md | 9 +++++++++ config/application.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f5831..be0e38d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and releases in NEOSDiscovery project adheres to [Semantic Versioning](http://se ## [Unreleased] +## [1.0.73] - 2022-05-04 + +### Security +- bump Rails to 5.2.7.1 to address CVEs + +### Changed +- update README.md documentation +- Red Deer Polytechnic image + ### Removed - Disable suggest [#562](https://github.com/ualbertalib/NEOSDiscovery/issues/562) diff --git a/config/application.rb b/config/application.rb index affdd41..02c387a 100644 --- a/config/application.rb +++ b/config/application.rb @@ -7,7 +7,7 @@ Bundler.require(*Rails.groups) module SearchApp - VERSION = '1.0.72'.freeze # used in application layout meta generator tag + VERSION = '1.0.73'.freeze # used in application layout meta generator tag class Application < Rails::Application # Settings in config/environments/* take precedence over those specified here.