Skip to content

Commit

Permalink
Merge pull request #672 from samvera-labs/1.5.rc2
Browse files Browse the repository at this point in the history
Release 1.5.0.RC2
  • Loading branch information
tpendragon committed Feb 3, 2019
2 parents bd0578b + 95ea3b9 commit 28020bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v1.5.0 RC2 2018-02-01

## Changes since last release

* Fix solr casting when an updated_at key isn't present in the solr document.
[tpendragon](https://github.com/tpendragon)

Additional thanks to the following for code review:

[mjgiarlo](https://github.com/mjgiarlo)

# v1.5.0 RC1 2018-02-01

## 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.5.0.RC1"
VERSION = "1.5.0.RC2"
end

0 comments on commit 28020bd

Please sign in to comment.