From 14f26fa1d8719ecb15d7ad096483ba575681f514 Mon Sep 17 00:00:00 2001 From: Weiwei Shi Date: Tue, 26 Nov 2019 15:59:10 -0700 Subject: [PATCH] Update version and changelog for 3.0.114 (#1860) --- CHANGELOG.md | 2 ++ config/application.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a5d1120f..de7bfb30a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and releases in Discovery project adheres to [Semantic Versioning](http://semver ## [Unreleased] +## [3.0.114] - 2019-11-26 + ### Changed - create an 'Unknown' entry for ActiveRecord::RecordNotFound events to limit Rollbar errors [#1853](https://github.com/ualbertalib/discovery/issues/1853) diff --git a/config/application.rb b/config/application.rb index 5484307ad..3484fd63f 100755 --- a/config/application.rb +++ b/config/application.rb @@ -8,7 +8,7 @@ Bundler.require(*Rails.groups) module Discovery - VERSION = '3.0.113'.freeze # used in application layout meta generator tag + VERSION = '3.0.114'.freeze # used in application layout meta generator tag class Application < Rails::Application # Settings in config/environments/* take precedence over those specified here.