From de1f29cf192bce77082ff70810aa3e9748b0588e Mon Sep 17 00:00:00 2001 From: Tricia Jenkins Date: Wed, 13 Jul 2022 11:50:39 -0600 Subject: [PATCH] Bump CHANGELOG and VERSION for 1.0.74 release --- CHANGELOG.md | 5 +++++ config/application.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be0e38d..4947b73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and releases in NEOSDiscovery project adheres to [Semantic Versioning](http://se ## [Unreleased] +## [1.0.74] - 2022-07-13 + +### Security +- Bump rails from 5.2.8 to 5.2.8.1 + ## [1.0.73] - 2022-05-04 ### Security diff --git a/config/application.rb b/config/application.rb index 02c387a..bc6b83d 100644 --- a/config/application.rb +++ b/config/application.rb @@ -7,7 +7,7 @@ Bundler.require(*Rails.groups) module SearchApp - VERSION = '1.0.73'.freeze # used in application layout meta generator tag + VERSION = '1.0.74'.freeze # used in application layout meta generator tag class Application < Rails::Application # Settings in config/environments/* take precedence over those specified here.