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.3.0 release (#2018)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgwillia authored Jun 19, 2020
1 parent 303acde commit 13d5dc2
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.3.0] - 2020-06-19

### Changed
- bump rails from 4.2.11.1 to 4.2.11.3 and sprockets from 3.7.2 to 4.0.0 [PR#2008](https://github.com/ualbertalib/discovery/pull/2008)
- Bump bundler from 1.17.3 to 2.1.4
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.2.2'.freeze # used in application layout meta generator tag
VERSION = '3.3.0'.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 13d5dc2

Please sign in to comment.