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

Commit

Permalink
Update version and changelog for v1.0.73 (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferya authored May 6, 2022
1 parent 8c35ee7 commit c07f204
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and releases in NEOSDiscovery project adheres to [Semantic Versioning](http://se

## [Unreleased]

## [1.0.73] - 2022-05-04

### Security
- bump Rails to 5.2.7.1 to address CVEs

### Changed
- update README.md documentation
- Red Deer Polytechnic image

### Removed
- Disable suggest [#562](https://github.com/ualbertalib/NEOSDiscovery/issues/562)

Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Bundler.require(*Rails.groups)

module SearchApp
VERSION = '1.0.72'.freeze # used in application layout meta generator tag
VERSION = '1.0.73'.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 c07f204

Please sign in to comment.