We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cb0a0 commit ff6b60aCopy full SHA for ff6b60a
RELEASE.CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### Jun 5, 2025
2
+`3.1.1`
3
+- Fix Logger Formatting override being ignored. ([#47](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/47))
4
+
5
### May 21, 2025
6
`3.1.0`
7
- Add support for multi tenancy ([#43](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/43))
lib/aws_lambda_ric/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module AwsLambdaRIC
- VERSION = '3.1.0'
+ VERSION = '3.1.1'
end
0 commit comments