From 3c8bc4d1d00dcf59af253582bfcbd644fb083a98 Mon Sep 17 00:00:00 2001 From: Trey Pendragon Date: Mon, 15 May 2023 08:49:42 -0700 Subject: [PATCH] Release v3.0.3 --- CHANGELOG.md | 12 ++++++++++++ lib/valkyrie/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce107f4..d19cf1e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v3.0.3 2023-05-15 + +## Changes since last release + +* Avoid `delegate` in ChangeSet. ([dlpierce](https://github.com/dlpierce)) + +Additional thanks to the following for code review and issue reports leading to +this release: + +* [ShanaLMoore](https://github.com/ShanaLMoore) +* [jeremyf](https://github.com/jeremyf) + # v3.0.2 2023-04-10 ## Changes since last release diff --git a/lib/valkyrie/version.rb b/lib/valkyrie/version.rb index 5980d869..4769cf38 100644 --- a/lib/valkyrie/version.rb +++ b/lib/valkyrie/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Valkyrie - VERSION = "3.0.2" + VERSION = "3.0.3" end