Skip to content

Commit

Permalink
Merge pull request #930 from samvera/3.0.3
Browse files Browse the repository at this point in the history
Release v3.0.3
  • Loading branch information
tamsin johnson authored May 15, 2023
2 parents 440b75f + 3c8bc4d commit 7acd4d5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 = "3.0.2"
VERSION = "3.0.3"
end

0 comments on commit 7acd4d5

Please sign in to comment.