Skip to content

Commit f11c2c7

Browse files
committed
bump version to 3.2.0
1 parent 1766560 commit f11c2c7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

RELEASE.CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### Apr 15, 2026
2+
`3.2.0`
3+
- fix: sha GitHub actions ([#59](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/59))
4+
- Add structured JSON logging support
5+
([#58](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/58))
6+
- feat: add dockerized testing
7+
([#57](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/57))
8+
- Update README with correct handler usage ([#55](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/55))
9+
- Implement local RIC running ([#54](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/54))
10+
- Add logger runtime dependency for Ruby 3.5 compatibility ([#53](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/53))
11+
- Fix undefined variable in test error message ([#52](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/52))
12+
113
### Jun 10, 2025
214
`3.1.3`
315
- Handle Signal Exceptions during Runtime API Http Requests Gracefully and Version Bump to 3.1.3 ([#50](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/50))

lib/aws_lambda_ric/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module AwsLambdaRIC
4-
VERSION = '3.1.3'
4+
VERSION = '3.2.0'
55
end

0 commit comments

Comments
 (0)