Skip to content

Commit ecd9e02

Browse files
authored
Merge pull request #43 from getoriginal/release-1.3.1
Release 1.3.1
2 parents b2c7ace + 66046df commit ecd9e02

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.3.1](https://github.com/getoriginal/original-python/compare/v1.3.0...v1.3.1) (2024-05-08)
6+
7+
8+
### Features
9+
10+
* [ori-2517] add mint price support ([f1df19b](https://github.com/getoriginal/original-python/commit/f1df19ba53d0d2b89a8cf9d8989a13eceecfb766))
11+
12+
13+
### Bug Fixes
14+
15+
* [ori-2338] Add configuration for chain_id and network to env vars, move to amoy ([2b3f5da](https://github.com/getoriginal/original-python/commit/2b3f5dafe5f9e2b916dd71f03a30973bc12dd26b))
16+
* Fix readme allocation params, ([83cc53c](https://github.com/getoriginal/original-python/commit/83cc53c5e14e4f3530345ce0dd35e4b5306bfa22))
17+
* **ori-2365:** fix release script ignoring pre-release versions ([04f1299](https://github.com/getoriginal/original-python/commit/04f1299eb557c6d5a3ab84ee3a615e6d2cba8b1d))
18+
* pytest-asyncio version to fix this issue: https://github.com/pytest-dev/pytest/issues/12269 ([89bb13d](https://github.com/getoriginal/original-python/commit/89bb13dc7b93cdf66a0c225d9b55a5abc30065b6))
19+
20+
521
## [1.3.0](https://github.com/getoriginal/original-python/compare/v1.2.3...v1.3.0) (2024-04-02)
622

723

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.3.0"
2+
__version__ = "1.3.1"
33
__maintainer__ = "Alexander Turowicz"
44
__email__ = "[email protected]"
55
__status__ = "Production"

0 commit comments

Comments
 (0)