Skip to content

Commit

Permalink
Merge pull request #825 from samvera/2.1.1
Browse files Browse the repository at this point in the history
Release v2.1.1
  • Loading branch information
tpendragon authored Mar 12, 2020
2 parents f527fd0 + 769fb1f commit dead3b7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v2.1.1 2020-03-12

## Changes since last release

* Add Ruby 2.7 support.
[tpendragon](https://github.com/tpendragon)
* Make ID & String equality symmetrical
[no-reply](https://github.com/no-reply)

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

[cjcolvar](https://github.com/cjcolvar)
[escowles](https://github.com/escowles)
[jeremyf](https://github.com/jeremyf)

# v2.1.0 2020-01-09

## 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 = "2.1.0"
VERSION = "2.1.1"
end

0 comments on commit dead3b7

Please sign in to comment.