Skip to content

Commit

Permalink
3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn committed Jan 24, 2023
1 parent 542d0b7 commit d9f1152
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v3.0.0 2023-01-24

## Changes since last release

* Full Ruby 3.0 support: #919 ([cjcolvar](https://github.com/cjcolvar))
* Fixed Ruby 2.7.x support: #916 ([tpendragon](https://github.com/tpendragon)), #918
([jrgriffiniii](https://github.com/jrgriffiniii))
* Dropped support for Ruby 2.5.x: #916 ([tpendragon](https://github.com/tpendragon))
* see previous 3.0.0 beta release notes for further changes

# v3.0.0.rc1 2022-08-09

## Unchanged from 3.0.0.beta3
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.0-rc.1"
VERSION = "3.0.0"
end

0 comments on commit d9f1152

Please sign in to comment.