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.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pgwillia committed Jan 18, 2021
1 parent 1556292 commit 0d71270
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.7] - 2021-01-15

### Fixed
- symphony_nightly migration foreign key error [2142](https://github.com/ualbertalib/discovery/issues/2142)

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.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.
Expand Down

0 comments on commit 0d71270

Please sign in to comment.