Skip to content

Commit

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

skip-checks: true
  • Loading branch information
semantic-release authored and actions-user committed May 23, 2023
1 parent d4bec7a commit 7e22fba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## v1.0.1 (2023-05-23)
### Fix
* Resolves issue when using ApplicationClient.prepare with a custom TransactionSigner, resolves #213 ([#229](https://github.com/algorand-devrel/beaker/issues/229)) ([`55bd4fc`](https://github.com/algorand-devrel/beaker/commit/55bd4fc2fad4b01d3c64ad71de5bef6d48139cdd))

### Documentation
* Rebuild docs ([`e172afe`](https://github.com/algorand-devrel/beaker/commit/e172afead01f569cb314bdcaee1583b1f24ad05a))
* Add section to usage docs about how to structure an application ([#230](https://github.com/algorand-devrel/beaker/issues/230)) ([`9fa92c2`](https://github.com/algorand-devrel/beaker/commit/9fa92c29ed6244eb40dec7899e3c492b2d6028b2))
* Fix some links and remove testing page as it is no longer part of beaker lib ([#223](https://github.com/algorand-devrel/beaker/issues/223)) ([`2443f4f`](https://github.com/algorand-devrel/beaker/commit/2443f4f03a8f76f4e08705d7a7c8e8d12de99f13))

## v1.0.0 (2023-03-28)
### Feature
* Add algokit-utils library and convert application client ([#218](https://github.com/algorand-devrel/beaker/issues/218)) ([`2731447`](https://github.com/algorand-devrel/beaker/commit/2731447ad077187ff23f28338d61b6e8c4645a4e))
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 = "beaker-pyteal"
version = "1.0.0"
version = "1.0.1"
description = "A Framework for building PyTeal Applications"
license = "MIT"
authors = ["Ben Guidarelli <ben@algorand.com>"]
Expand Down

0 comments on commit 7e22fba

Please sign in to comment.