Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
bump CHANGELOG and VERSION for 3.5.2 release (#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgwillia authored Sep 18, 2020
1 parent fa32a2b commit 0644618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0644618

Please sign in to comment.