Skip to content

Commit

Permalink
Merge pull request #707 from samvera/1_6_0
Browse files Browse the repository at this point in the history
Release 1.6.0
  • Loading branch information
Tom Johnson authored Apr 17, 2019
2 parents de6a45a + 4ea057e commit 64c3e04
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# v1.6.0 2018-04-17

## Changes since last release

* Deprecation in preparation for LDP to be optional
* Deprecation in preparation for RSolr to be optional
* Deprecation in preparation for ActiveRecord to be optional
* Remove Rails requirement
* Remove ActiveTriples dependency.

Additional thanks to the following for code review and issue reports leading to
this release:

[carolyncole](https://github.com/carolyncole)
[dgcliff](https://github.com/dgcliff)
[escowles](https://github.com/escowles)
[no-reply](https://github.com/no-reply)

# v1.5.1 2018-02-08

## 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.1"
VERSION = "1.6.0"
end

0 comments on commit 64c3e04

Please sign in to comment.