Skip to content

Commit

Permalink
Merge pull request #943 from ualbertalib/changelog-1.2.7
Browse files Browse the repository at this point in the history
update changelog for 1.2.7
  • Loading branch information
murny authored Dec 3, 2018
2 parents 0d2d800 + e047c0a commit 1150248
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 @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and releases in Jupiter project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.2.7] - 2018-12-03
### Changed
- use Datacite EZ API for tests [#911](https://github.com/ualbertalib/jupiter/issues/911)
- proportions for portrait thumbnails [#661](https://github.com/ualbertalib/jupiter/issues/661)
Expand Down
2 changes: 1 addition & 1 deletion app/models/jupiter_core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ class LockedInstanceError < StandardError; end
VISIBILITIES = [VISIBILITY_PUBLIC, VISIBILITY_PRIVATE, VISIBILITY_AUTHENTICATED].freeze

# This'll do for the time being I suppose ¯\_(ツ)_/¯
VERSION = '1.2.3'.freeze
VERSION = '1.2.7'.freeze
end

0 comments on commit 1150248

Please sign in to comment.