Skip to content

Commit c51b817

Browse files
chore(main): release 1.0.2 (#177)
1 parent 42e894a commit c51b817

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.1"
2+
".": "1.0.2"
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.2](https://github.com/passageidentity/passage-ruby/compare/v1.0.1...v1.0.2) (2025-04-29)
6+
7+
8+
### Bug Fixes
9+
10+
* PassageError class is now correctly imported in the auth and user classes ([#176](https://github.com/passageidentity/passage-ruby/issues/176)) ([42e894a](https://github.com/passageidentity/passage-ruby/commit/42e894a81dbded6323a8643352353dd108a5bb91))
11+
512
## [1.0.1](https://github.com/passageidentity/passage-ruby/compare/v1.0.0...v1.0.1) (2025-04-02)
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.1'
4+
VERSION = '1.0.2'
55
end

0 commit comments

Comments
 (0)