From 769fb1f9931958bc4ef181d23bd2ff5a3fe5a2c7 Mon Sep 17 00:00:00 2001 From: Trey Pendragon Date: Thu, 12 Mar 2020 08:03:51 -0700 Subject: [PATCH] Release v2.1.1 --- CHANGELOG.md | 16 ++++++++++++++++ lib/valkyrie/version.rb | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22573934c..b2dad966c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/valkyrie/version.rb b/lib/valkyrie/version.rb index edb452664..f47381d66 100644 --- a/lib/valkyrie/version.rb +++ b/lib/valkyrie/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Valkyrie - VERSION = "2.1.0" + VERSION = "2.1.1" end