From bb02d0cbc652ab3cbde3c58c26631a68bcf3ee74 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 18 Oct 2024 18:49:07 +0000 Subject: [PATCH] 1.1.2 1.1.2 skip-checks: true --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 248134d1..bfd21deb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.1.2 (2024-10-18) + + + ## v1.1.1 (2023-10-10) ### Documentation diff --git a/pyproject.toml b/pyproject.toml index 7e0a808c..c42ceb85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beaker-pyteal" -version = "1.1.1" +version = "1.1.2" description = "A Framework for building PyTeal Applications" license = "MIT" authors = ["Ben Guidarelli "]