Skip to content

Commit 0c28d0a

Browse files
authored
Merge pull request #79 from AirHelp/bump_version
Bump version
2 parents 97df2cd + 5f0925a commit 0c28d0a

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.9.2] - 2025-01-21
8+
9+
- Fix typo in instance var during shut down
10+
711
## [1.9.1] - 2024-12-30
812

913
- Add support for AWS Session Token in development mode

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
eventboss (1.9.1)
4+
eventboss (1.9.2)
55
aws-sdk-sns (>= 1.1.0)
66
aws-sdk-sqs (>= 1.3.0)
77
rexml (~> 3.0)
@@ -10,19 +10,19 @@ GEM
1010
remote: https://rubygems.org/
1111
specs:
1212
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)
1515
aws-eventstream (~> 1, >= 1.3.0)
1616
aws-partitions (~> 1, >= 1.992.0)
1717
aws-sigv4 (~> 1.9)
1818
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)
2121
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)
2424
aws-sigv4 (~> 1.5)
25-
aws-sigv4 (1.10.1)
25+
aws-sigv4 (1.11.0)
2626
aws-eventstream (~> 1, >= 1.0.2)
2727
diff-lcs (1.5.1)
2828
dotenv (3.1.0)

lib/eventboss/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Eventboss
2-
VERSION = "1.9.1"
2+
VERSION = "1.9.2"
33
end

0 commit comments

Comments
 (0)