diff --git a/CHANGELOG.md b/CHANGELOG.md index b039d2a3e..f91fd7ff5 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.0] + ### Changed - updated RCRF pickup locations [#2038](https://github.com/ualbertalib/discovery/issues/2038) - updated BPSC retrieval request [#2037](https://github.com/ualbertalib/discovery/issues/2037) diff --git a/config/application.rb b/config/application.rb index d145a39cf..c4b6662aa 100755 --- a/config/application.rb +++ b/config/application.rb @@ -8,7 +8,7 @@ Bundler.require(*Rails.groups) module Discovery - VERSION = '3.4.0'.freeze # used in application layout meta generator tag + VERSION = '3.5.0'.freeze # used in application layout meta generator tag class Application < Rails::Application # Settings in config/environments/* take precedence over those specified here.