File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.9.2] - 2025-01-21
8
+
9
+ - Fix typo in instance var during shut down
10
+
7
11
## [ 1.9.1] - 2024-12-30
8
12
9
13
- Add support for AWS Session Token in development mode
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- eventboss (1.9.1 )
4
+ eventboss (1.9.2 )
5
5
aws-sdk-sns (>= 1.1.0 )
6
6
aws-sdk-sqs (>= 1.3.0 )
7
7
rexml (~> 3.0 )
10
10
remote: https://rubygems.org/
11
11
specs:
12
12
aws-eventstream (1.3.0 )
13
- aws-partitions (1.1029 .0 )
14
- aws-sdk-core (3.214.1 )
13
+ aws-partitions (1.1040 .0 )
14
+ aws-sdk-core (3.216.0 )
15
15
aws-eventstream (~> 1 , >= 1.3.0 )
16
16
aws-partitions (~> 1 , >= 1.992.0 )
17
17
aws-sigv4 (~> 1.9 )
18
18
jmespath (~> 1 , >= 1.6.1 )
19
- aws-sdk-sns (1.92 .0 )
20
- aws-sdk-core (~> 3 , >= 3.210 .0 )
19
+ aws-sdk-sns (1.93 .0 )
20
+ aws-sdk-core (~> 3 , >= 3.216 .0 )
21
21
aws-sigv4 (~> 1.5 )
22
- aws-sdk-sqs (1.89 .0 )
23
- aws-sdk-core (~> 3 , >= 3.210 .0 )
22
+ aws-sdk-sqs (1.91 .0 )
23
+ aws-sdk-core (~> 3 , >= 3.216 .0 )
24
24
aws-sigv4 (~> 1.5 )
25
- aws-sigv4 (1.10.1 )
25
+ aws-sigv4 (1.11.0 )
26
26
aws-eventstream (~> 1 , >= 1.0.2 )
27
27
diff-lcs (1.5.1 )
28
28
dotenv (3.1.0 )
Original file line number Diff line number Diff line change 1
1
module Eventboss
2
- VERSION = "1.9.1 "
2
+ VERSION = "1.9.2 "
3
3
end
You can’t perform that action at this time.
0 commit comments