From 06446186f6f0a9799140c4ce9306c3997992ef64 Mon Sep 17 00:00:00 2001 From: Tricia Jenkins Date: Fri, 18 Sep 2020 15:04:36 -0600 Subject: [PATCH] bump CHANGELOG and VERSION for 3.5.2 release (#2057) --- CHANGELOG.md | 2 ++ config/application.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db7560a2d..43f0be684 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.2] + ### Added - oclc number to symphony indexing [#2050](https://github.com/ualbertalib/discovery/issues/2050) - circuit breaker to SFX ingest [#1875](https://github.com/ualbertalib/discovery/issues/1875) diff --git a/config/application.rb b/config/application.rb index 2fc91f1cb..3224bb017 100755 --- a/config/application.rb +++ b/config/application.rb @@ -8,7 +8,7 @@ Bundler.require(*Rails.groups) module Discovery - VERSION = '3.5.1'.freeze # used in application layout meta generator tag + VERSION = '3.5.2'.freeze # used in application layout meta generator tag class Application < Rails::Application # Settings in config/environments/* take precedence over those specified here.