Skip to content

Commit f359061

Browse files
chore(main): release 3.0.1 (#143)
1 parent 733203a commit f359061

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.0"
2+
".": "3.0.1"
33
}

Diff for: CHANGELOG.md

+7
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+
## [3.0.1](https://github.com/passageidentity/passage-python/compare/v3.0.0...v3.0.1) (2025-02-12)
6+
7+
8+
### Bug Fixes
9+
10+
* add passage-version header to requests ([#142](https://github.com/passageidentity/passage-python/issues/142)) ([733203a](https://github.com/passageidentity/passage-python/commit/733203aad67ec1028ba2bf3bbcacedcccd015e3f))
11+
512
## [3.0.0](https://github.com/passageidentity/passage-python/compare/v2.6.0...v3.0.0) (2025-01-14)
613

714

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name="passage-identity",
12-
version="3.0.0",
12+
version="3.0.1",
1313
author="Passage by 1Password",
1414
author_email="[email protected]",
1515
description=(

0 commit comments

Comments
 (0)