File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.2.0] - 2024-09-30
4+
5+ ### Added
6+
7+ - Support for 'identifier' param in sign-in uri
8+
9+ ### Changed
10+
11+ - Refactor: Update the naming of storage key
12+
13+ ### Dependencies
14+
15+ - Bump puma from 6.4.2 to 6.4.3
16+ - Bump webrick from 1.8.1 to 1.8.2
17+ - Bump rexml from 3.3.3 to 3.3.6
18+ - Update Ruby dependency to v3.3.5
19+ - Update Rails dependencies to ">= 7.2.0", ">= 7.2.1"
20+
21+ ### Security
22+
23+ - Update puma dependency to v6.4.3 to address security issues
24+
25+ ## [ 0.1.0] - 2024-07-13
26+
27+ - First release
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |s |
22 s . name = "logto"
3- s . version = "0.1 .0"
3+ s . version = "0.2 .0"
44 s . required_ruby_version = ">= 2.7.0"
55 s . licenses = [ "MIT" ]
66 s . summary = "The Logto SDK for Ruby."
You can’t perform that action at this time.
0 commit comments