Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
2.0.0

skip-checks: true
  • Loading branch information
semantic-release authored and actions-user committed Oct 5, 2023
1 parent 56564a1 commit 8fd317a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!--next-version-placeholder-->

## v2.0.0 (2023-10-05)

### Feature

* Adding support for interacting with dispenser api on testnet via ensure_funded; api client class ([#51](https://github.com/algorandfoundation/algokit-utils-py/issues/51)) ([`4f1f057`](https://github.com/algorandfoundation/algokit-utils-py/commit/4f1f05744b824ab7d29b55cad0d153dcd573aa63))

### Breaking

* Adding new client class for interacting with TestNet Dispenser API; Changing output type of ensure_funded method ([`4f1f057`](https://github.com/algorandfoundation/algokit-utils-py/commit/4f1f05744b824ab7d29b55cad0d153dcd573aa63))

## v1.4.0 (2023-09-27)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "algokit-utils"
version = "1.4.0"
version = "2.0.0"
description = "Utilities for Algorand development for use by AlgoKit"
authors = ["Algorand Foundation <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 8fd317a

Please sign in to comment.