Skip to content

Commit 96462f0

Browse files
chore(main): release 2.6.0 (#113)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 885d451 commit 96462f0

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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-
".": "2.5.1"
2+
".": "2.6.0"
33
}

CHANGELOG.md

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

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

5+
## [2.6.0](https://github.com/passageidentity/passage-python/compare/v2.5.1...v2.6.0) (2024-12-12)
6+
7+
8+
### Features
9+
10+
* add new method signatures ([#105](https://github.com/passageidentity/passage-python/issues/105)) ([9246e3c](https://github.com/passageidentity/passage-python/commit/9246e3c8ec65eaa810cc881fb16ed0c75550fa51))
11+
* add parameter guards to all methods to return early on invalid values ([83cd628](https://github.com/passageidentity/passage-python/commit/83cd6283c6b6df092a40e18818a3076261682ac3))
12+
* **codegen:** create magic link request fields are now optional ([#115](https://github.com/passageidentity/passage-python/issues/115)) ([b1f164b](https://github.com/passageidentity/passage-python/commit/b1f164bf00bbbebdf50dfe6a6e45510098fe4eec))
13+
* guard against empty params in deprecated magic link method ([f168b8c](https://github.com/passageidentity/passage-python/commit/f168b8cd7e80557c304837ce0b65e4c3323445d6))
14+
* updates create_magic_link method to use stronger typed parameters ([83cd628](https://github.com/passageidentity/passage-python/commit/83cd6283c6b6df092a40e18818a3076261682ac3))
15+
516
## [2.5.1] - 2024-10-23
617

718
### Changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

0 commit comments

Comments
 (0)