summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMark Stenglein2023-03-04 08:44:00 -0500
committerMark Stenglein2023-03-04 08:44:00 -0500
commitd195190034aeb3d0645cb900127377785d361f55 (patch)
tree91cf194179a18906ddb4378609b299d9cb59532f /CHANGELOG.md
parent2c1aecb136772f81ed90555b9a3526fc6dca5385 (diff)
downloadaur-d195190034aeb3d0645cb900127377785d361f55.tar.gz
0.9.0-2: Fix build after change to go cli
The go cli no longer accepts package args with the clean -testcache subcommand.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71269f1faf3a..848dfa8f3553 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## [0.9.0-2] - 2023-03-04
+
+- Fix build issue caused by change to go 1.20 cli. [#219](https://github.com/maaslalani/slides/issues/219)
+
## [0.9.0-1] - 2022-09-13
- Add ssh server functionality by [@ivantsepp](https://github.com/@ivantsepp) in [#150](https://github.com/maaslalani/slides/pull/150)