chore: Update CHANGELOG

This commit is contained in:
Turtle Kalus 2024-09-24 16:28:31 -07:00
parent dc588b651f
commit 5e1c7c157e

View file

@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## v0.9.0 [2024-02-06]
### Changed
* Update to Node 20
## v0.8.0 [2023-03-24]
### Changed
* No longer writing GitHub's SSH host keys to `known_hosts`.
* Update to actions/checkout@v3 (#143)
* Allow the user to override the commands for git, ssh-agent, and ssh-add (#154)
## v0.7.0 [2022-10-19]
### Added