Skip to content

Commit 0b3df71

Browse files
committed
update changelog
1 parent a9ec420 commit 0b3df71

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [7.0.0] - Unreleased
2+
3+
- Fix integration tests by updating aws-sdk-sqs and replacing moto with LocalStack
4+
- [#782](https://github.com/ruby-shoryuken/shoryuken/pull/782)
5+
- [#783](https://github.com/ruby-shoryuken/shoryuken/pull/783)
6+
7+
- Breaking: Remove support of Ruby versions older than 2.7
8+
- [#783](https://github.com/ruby-shoryuken/shoryuken/pull/783)
9+
10+
- Breaking: Remove support of Rails versions older than 6.1
11+
- [#783](https://github.com/ruby-shoryuken/shoryuken/pull/783)
12+
13+
- Breaking: Require `aws-sdk-sqs` `>=` `1.66`:
14+
- [#783](https://github.com/ruby-shoryuken/shoryuken/pull/783)
15+
116
## [v6.2.1] - 2024-02-09
217

318
- Bugfix: Not able to use extended polling strategy (#759)

lib/shoryuken/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Shoryuken
2-
VERSION = '6.2.1'.freeze
2+
VERSION = '7.0.0.alpha1'.freeze
33
end

0 commit comments

Comments
 (0)