Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Jan 31, 2023
1 parent 4b49478 commit 8c0bd5f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
unreleased=true
future-release=6.1.0
future-release=6.2.0
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
# Changelog

## [6.1.0](https://github.com/samvera/hydra-editor/tree/6.1.0) (2022-08-03)
## [6.2.0](https://github.com/samvera/hydra-editor/tree/6.2.0) (2023-01-31)

[Full Changelog](https://github.com/samvera/hydra-editor/compare/v6.0.0...6.1.0)
[Full Changelog](https://github.com/samvera/hydra-editor/compare/v6.1.0...6.2.0)

**Closed issues:**

- Support Ruby 3.0.3 [\#200](https://github.com/samvera/hydra-editor/issues/200)
- Support Rails 6.1 releases [\#199](https://github.com/samvera/hydra-editor/issues/199)

**Merged pull requests:**

- Test with newer ruby and rails versions [\#216](https://github.com/samvera/hydra-editor/pull/216) ([cjcolvar](https://github.com/cjcolvar))
- Updating support for Ruby 2.7.7 [\#215](https://github.com/samvera/hydra-editor/pull/215) ([jrgriffiniii](https://github.com/jrgriffiniii))
- Updating the Product Owner information in preparation for the 2022 autumn request for maintenance [\#213](https://github.com/samvera/hydra-editor/pull/213) ([jrgriffiniii](https://github.com/jrgriffiniii))

## [v6.1.0](https://github.com/samvera/hydra-editor/tree/v6.1.0) (2022-08-03)

[Full Changelog](https://github.com/samvera/hydra-editor/compare/v6.0.0...v6.1.0)

**Implemented enhancements:**

Expand All @@ -16,6 +31,7 @@

**Merged pull requests:**

- Update changelog before release [\#212](https://github.com/samvera/hydra-editor/pull/212) ([cjcolvar](https://github.com/cjcolvar))
- Prepare for 6.1 release [\#211](https://github.com/samvera/hydra-editor/pull/211) ([cjcolvar](https://github.com/cjcolvar))
- Test on rails 6.1 [\#210](https://github.com/samvera/hydra-editor/pull/210) ([hackartisan](https://github.com/hackartisan))
- Ensures that CircleCI executes nightly test suites [\#207](https://github.com/samvera/hydra-editor/pull/207) ([jrgriffiniii](https://github.com/jrgriffiniii))
Expand Down
2 changes: 1 addition & 1 deletion lib/hydra_editor/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HydraEditor
VERSION = '6.1.0'.freeze
VERSION = '6.2.0'.freeze
end

0 comments on commit 8c0bd5f

Please sign in to comment.