From 69b914e390f5e6c9f6f576294c5cf74cd445f4c0 Mon Sep 17 00:00:00 2001 From: Chris Colvard <chris.colvard@gmail.com> Date: Tue, 31 Jan 2023 13:52:51 -0500 Subject: [PATCH] Prepare for release --- .github_changelog_generator | 2 +- CHANGELOG.md | 20 ++++++++++++++++++-- lib/hydra_editor/version.rb | 2 +- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index e3ec427..68c1f6c 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,2 +1,2 @@ unreleased=true -future-release=6.1.0 +future-release=6.2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2611c4f..26ceb4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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:** @@ -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)) diff --git a/lib/hydra_editor/version.rb b/lib/hydra_editor/version.rb index f6880be..7573e0d 100644 --- a/lib/hydra_editor/version.rb +++ b/lib/hydra_editor/version.rb @@ -1,3 +1,3 @@ module HydraEditor - VERSION = '6.1.0'.freeze + VERSION = '6.2.0'.freeze end