We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2437f commit 2353673Copy full SHA for 2353673
2 files changed
doc/changelog.rst
@@ -1,6 +1,9 @@
1
Changelog
2
=========
3
4
+[0.1.2] - 2024-06-05
5
+--------------------
6
+
7
Added
8
^^^^^
9
- Add support for passing custom headers to requests.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "scim2-cli"
-version = "0.1.1"
+version = "0.1.2"
description = "SCIM application development CLI"
authors = ["Yaal Coop <contact@yaal.coop>"]
10
license = "MIT"
0 commit comments