Skip to content

Commit

Permalink
Release 1.5.0.RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Feb 1, 2019
1 parent c08318c commit 95ea3b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -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
@@ -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 95ea3b9

Please sign in to comment.