Skip to content

Commit 2c38b72

Browse files
author
Ramisa Alam
committed
Bump version to 3.1.0
1 parent abf8e41 commit 2c38b72

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

RELEASE.CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
### May 21, 2025
2+
`3.1.0`
3+
- Add support for multi tenancy ([#43](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/43))
4+
5+
### Feb 19, 2025
6+
`3.0.0`
7+
- Fix send_error_response method signature ([#16](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/16))
8+
- Add "require 'stringio'" ([#20](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/20))
9+
- CentOS 8 is EOL, stop testing on centOS 8 ([#21](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/21))
10+
- Update rbenv & ruby-build github URLs ([#22](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/22))
11+
- Create pull request template ([#29](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/29))
12+
- Version 3 ([#38](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/38))
13+
- V3 Readme Update ([#39](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/39))
14+
- V3 Readme Update ([#40](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/40))
15+
16+
### Sep 29, 2021
17+
`2.0.0`
18+
- AWS Lambda Runtime Interface Client for Ruby with ARM64 support
19+
20+
### Dec 18, 2020
21+
`1.0.2`
22+
- Fix Logger issue
23+
- Add User-Agent header for the requests RIC makes
24+
- Small fix in the README file
25+
26+
### Dec 01, 2020
27+
`1.0.1`
28+
- Improve the examples in the README file
29+
- Update the rake requirement from ~> 10.0 to ~> 13.0
30+
- Add license and required_ruby_version attributes
31+
32+
### Dec 01, 2020
33+
`1.0.0`
34+
- Initial release of AWS Lambda Ruby Runtime Interface Client
35+

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.0.0'
4+
VERSION = '3.1.0'
55
end

0 commit comments

Comments
 (0)