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

Commit 704169c

Browse files
chore(main): release 1.0.1 (#174)
* chore(main): release 1.0.1 * Update CHANGELOG.md --------- Co-authored-by: Ricky Padilla <[email protected]>
1 parent 531984e commit 704169c

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.0"
2+
".": "1.0.1"
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.1](https://github.com/passageidentity/passage-ruby/compare/v1.0.0...v1.0.1) (2025-04-02)
6+
7+
8+
### Bug Fixes
9+
10+
* Bump `activesupport` dependency version to accommodate Rails 8 apps ([531984e](https://github.com/passageidentity/passage-ruby/commit/531984e85fb9385587c7ee31273a2b465124cdec))
11+
512
## [1.0.0](https://github.com/passageidentity/passage-ruby/compare/v0.7.1...v1.0.0) (2025-01-14)
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.0'
4+
VERSION = '1.0.1'
55
end

0 commit comments

Comments
 (0)