Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld committed Jan 28, 2025
1 parent a9ec420 commit 0b3df71
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [7.0.0] - Unreleased

- Fix integration tests by updating aws-sdk-sqs and replacing moto with LocalStack
- [#782](https://github.com/ruby-shoryuken/shoryuken/pull/782)
- [#783](https://github.com/ruby-shoryuken/shoryuken/pull/783)

- Breaking: Remove support of Ruby versions older than 2.7
- [#783](https://github.com/ruby-shoryuken/shoryuken/pull/783)

- Breaking: Remove support of Rails versions older than 6.1
- [#783](https://github.com/ruby-shoryuken/shoryuken/pull/783)

- Breaking: Require `aws-sdk-sqs` `>=` `1.66`:
- [#783](https://github.com/ruby-shoryuken/shoryuken/pull/783)

## [v6.2.1] - 2024-02-09

- Bugfix: Not able to use extended polling strategy (#759)
Expand Down
2 changes: 1 addition & 1 deletion lib/shoryuken/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Shoryuken
VERSION = '6.2.1'.freeze
VERSION = '7.0.0.alpha1'.freeze
end

0 comments on commit 0b3df71

Please sign in to comment.