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

Commit

Permalink
Merge pull request #559 from ualbertalib/bump_1.0.72
Browse files Browse the repository at this point in the history
Bump 1.0.72
  • Loading branch information
pgwillia authored Feb 1, 2022
2 parents 7716fd0 + 6603dfe commit 9cc58d2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ and releases in NEOSDiscovery project adheres to [Semantic Versioning](http://se

## [Unreleased]

## [1.0.71] - 2022-02-04
## [1.0.72] - 2022-02-01

### Changed
- dependency bumps for maintenance
### Fixed
- faraday configuration error

## [1.0.71] - 2022-01-04

### Changed
- dependency bumps for maintenance
Expand Down
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,10 @@ GEM
dot-properties (0.1.3)
erubi (1.10.0)
execjs (2.7.0)
faraday (2.0.0)
faraday (2.1.0)
faraday-net_http (~> 2.0)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.1)
ffi (1.15.5)
globalid (0.4.2)
activesupport (>= 4.2.0)
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.71'.freeze # used in application layout meta generator tag
VERSION = '1.0.72'.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 9cc58d2

Please sign in to comment.