Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 3a687ef

Browse files
chore(main): release 1.0.3 (#179)
1 parent 18cf380 commit 3a687ef

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.2"
2+
".": "1.0.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.0.3](https://github.com/passageidentity/passage-ruby/compare/v1.0.2...v1.0.3) (2026-01-09)
6+
7+
8+
### Documentation
9+
10+
* add sunset notice to README ([#178](https://github.com/passageidentity/passage-ruby/issues/178)) ([18cf380](https://github.com/passageidentity/passage-ruby/commit/18cf380fc7d8658093d5758af92baff333ba4d47))
11+
512
## [1.0.2](https://github.com/passageidentity/passage-ruby/compare/v1.0.1...v1.0.2) (2025-04-29)
613

714

lib/passageidentity/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 Passage
4-
VERSION = '1.0.2'
4+
VERSION = '1.0.3'
55
end

0 commit comments

Comments
 (0)