Skip to content

Commit

Permalink
chore: bump sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyijun committed Sep 30, 2024
1 parent 1d778ff commit d40c100
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions logto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## [0.2.0] - 2024-09-30

### Added

- Support for 'identifier' param in sign-in uri

### Changed

- Refactor: Update `getSessionKey` function name to `get_session_key`

### Dependencies

- Bump puma from 6.4.2 to 6.4.3
- Bump webrick from 1.8.1 to 1.8.2
- Bump rexml from 3.3.3 to 3.3.6
- Update Ruby dependency to v3.3.5
- Update Rails dependencies to ">= 7.2.0", ">= 7.2.1"

### Security

- Update puma dependency to v6.4.3 to address security issues

## [0.1.0] - 2024-07-13

- First release
2 changes: 1 addition & 1 deletion logto/logto.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "logto"
s.version = "0.1.0"
s.version = "0.2.0"
s.required_ruby_version = ">= 2.7.0"
s.licenses = ["MIT"]
s.summary = "The Logto SDK for Ruby."
Expand Down

0 comments on commit d40c100

Please sign in to comment.