Skip to content

Commit 44c84ab

Browse files
semantic-releaseengineering-ci[bot]
authored andcommitted
2.8.0
2.8.0 skip-checks: true
1 parent 72eb26e commit 44c84ab

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

33
<!--next-version-placeholder-->
44

5+
## v2.8.0 (2025-07-29)
6+
7+
### Feature
8+
9+
* Replace GITHUB_TOKEN with engineering-ci bot token in release workflows ([`4070cb0`](https://github.com/algorandfoundation/algokit-cli/commit/4070cb013b9af77fc4ae66cbb6edb8de7c431ce2))
10+
11+
### Fix
12+
13+
* Update the brew cask to not require sudo on install ([`a82f74b`](https://github.com/algorandfoundation/algokit-cli/commit/a82f74ba90d3ab61ddba98356ed512579d158e38))
14+
* Bust cache by tweaking the poetry lock ([#662](https://github.com/algorandfoundation/algokit-cli/issues/662)) ([`a137989`](https://github.com/algorandfoundation/algokit-cli/commit/a137989f1d679ed47e6219998f488bbf5571a74c))
15+
516
## v2.7.1 (2025-06-19)
617

718
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "algokit"
3-
version = "2.7.1"
3+
version = "2.8.0"
44
description = "Algorand development kit command-line interface"
55
authors = ["Algorand Foundation <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)