Skip to content

Commit ffc38af

Browse files
committed
Merge tag 'v0.2.0' into develop
v0.2.0
2 parents a12cf87 + 9404243 commit ffc38af

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Changelog
22

3-
## [0.1.1](https://github.com/appercept/cognito_idp-ruby/tree/0.1.1) (2023-12-07)
3+
## [0.2.0](https://github.com/appercept/cognito_idp-ruby/tree/0.2.0) (2025-11-19)
44

5-
[Full Changelog](https://github.com/appercept/cognito_idp-ruby/compare/v0.1.0...0.1.1)
5+
[Full Changelog](https://github.com/appercept/cognito_idp-ruby/compare/v0.1.1...0.2.0)
6+
7+
**Merged pull requests:**
8+
9+
- feat: Add CognitoIdp::Token\#refresh\_token [\#3](https://github.com/appercept/cognito_idp-ruby/pull/3) ([rhatherall](https://github.com/rhatherall))
10+
11+
## [v0.1.1](https://github.com/appercept/cognito_idp-ruby/tree/v0.1.1) (2023-12-07)
12+
13+
[Full Changelog](https://github.com/appercept/cognito_idp-ruby/compare/v0.1.0...v0.1.1)
614

715
**Fixed bugs:**
816

lib/cognito_idp/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 CognitoIdp
4-
VERSION = "0.1.1"
4+
VERSION = "0.2.0"
55
end

0 commit comments

Comments
 (0)