Skip to content

Commit 04f9a7b

Browse files
authored
Merge pull request #33 from getoriginal/release-v1.2.2
Release v1.2.2
2 parents b74d3fe + 0b3a42e commit 04f9a7b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.2.2](https://github.com/getoriginal/original-python/compare/v1.2.1...v1.2.2) (2024-03-08)
6+
7+
8+
### Bug Fixes
9+
10+
* add attributes in readme ([1496a99](https://github.com/getoriginal/original-python/commit/1496a99e8ded7d376b60db5283ee9b0794f21e04))
11+
* **ORI-2185:** allow user params to be optional ([aebff27](https://github.com/getoriginal/original-python/commit/aebff275ca556d64365be4f667c9899e9b2b5812))
12+
* **ORI-2192:** e2e tests for optional client_id in asset ([4b53b1c](https://github.com/getoriginal/original-python/commit/4b53b1c5fb28484f87813d82fa8f21e28a7edb08))
13+
514
### [1.2.1](https://github.com/getoriginal/original-python/compare/v1.2.0...v1.2.1) (2024-02-27)
615

716

original_sdk/__pkg__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "Original"
2-
__version__ = "1.2.1"
2+
__version__ = "1.2.2"
33
__maintainer__ = "Alexander Turowicz"
44
__email__ = "[email protected]"
55
__status__ = "Production"

0 commit comments

Comments
 (0)