Skip to content

Commit 0e48832

Browse files
authored
Merge branch 'main' into 1.0
2 parents 55efe4c + 0c41c79 commit 0e48832

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Unreleased Changes
77

88
* Issue - Drop support for the `:dynamodb_store` configuration name.
99

10+
0.2.0 (2024-11-17)
11+
------------------
12+
13+
* Issue - Bump `aws-sessionstore-dynamodb` version to `~> 3` to fix private method calling.
14+
1015
0.1.0 (2024-11-16)
1116
------------------
1217

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ActionDispatch Session Storage with Amazon DynamoDB
22

3-
[![Gem Version](https://badge.fury.io/rb/aws-actiondispatch-dynamodb-ruby.svg)](https://badge.fury.io/rb/aws-actiondispatch-dynamodb-ruby)
3+
[![Gem Version](https://badge.fury.io/rb/aws-actiondispatch-dynamodb.svg)](https://badge.fury.io/rb/aws-actiondispatch-dynamodb)
44
[![Build Status](https://github.com/aws/aws-actiondispatch-dynamodb-ruby/workflows/CI/badge.svg)](https://github.com/aws/aws-actiondispatch-dynamodb-ruby/actions)
55
[![Github forks](https://img.shields.io/github/forks/aws/aws-actiondispatch-dynamodb-ruby.svg)](https://github.com/aws/aws-actiondispatch-dynamodb-ruby/network)
66
[![Github stars](https://img.shields.io/github/stars/aws/aws-actiondispatch-dynamodb-ruby.svg)](https://github.com/aws/aws-actiondispatch-dynamodb-ruby/stargazers)
@@ -161,4 +161,4 @@ changed prior to running the task either by changing the configuration in the
161161
initializer, in ENV, or in the config YAML file. These options are documented in
162162
the
163163
[GarbageCollector](https://docs.aws.amazon.com/sdk-for-ruby/aws-sessionstore-dynamodb/api/Aws/SessionStore/DynamoDB/GarbageCollector.html)
164-
class.
164+
class.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0

0 commit comments

Comments
 (0)