Skip to content

Commit

Permalink
Merge pull request #622 from samvera-labs/1.3.0
Browse files Browse the repository at this point in the history
Release 1.3.0
escowles authored Dec 3, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents a2ebf10 + 8643baf commit 3e79977
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v1.3.0 2018-12-03

## Changes since last release

* Add deprecations for known methods changing in 2.0
* Add `set_value` method.

# v1.2.2 2018-10-05

## Changes since last release
2 changes: 1 addition & 1 deletion lib/valkyrie/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Valkyrie
VERSION = "1.2.2"
VERSION = "1.3.0"
end

0 comments on commit 3e79977

Please sign in to comment.