From 0d7127001e7aef85f94c9c957fdf396436af7eaf Mon Sep 17 00:00:00 2001 From: Tricia Jenkins Date: Fri, 15 Jan 2021 15:33:14 -0700 Subject: [PATCH] bump CHANGELOG and VERSION for 3.5.7 release --- CHANGELOG.md | 2 ++ config/application.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54ee951db..b4b00a468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and releases in Discovery project adheres to [Semantic Versioning](http://semver ## [Unreleased] +## [3.5.7] - 2021-01-15 + ### Fixed - symphony_nightly migration foreign key error [2142](https://github.com/ualbertalib/discovery/issues/2142) diff --git a/config/application.rb b/config/application.rb index dffefc657..a4b4e5bde 100755 --- a/config/application.rb +++ b/config/application.rb @@ -8,7 +8,7 @@ Bundler.require(*Rails.groups) module Discovery - VERSION = '3.5.6'.freeze # used in application layout meta generator tag + VERSION = '3.5.7'.freeze # used in application layout meta generator tag class Application < Rails::Application # Settings in config/environments/* take precedence over those specified here.