Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Dec 3, 2018
1 parent a2ebf10 commit 8643baf
Show file tree
Hide file tree
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
Expand Down
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 8643baf

Please sign in to comment.