diff --git a/CHANGELOG.md b/CHANGELOG.md index 84c0bde..ed7d3f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,13 @@ All notable changes to this project will be documented in this file. -## Unreleased (will be V2) +## V2 + +### BREAKING +- Changed the `host` input from including `http://` to not including it. Default value changed from `http://127.0.0.1` to `0.0.0.0`. ### Changed -- Updated dependencies including turborepo-remote-cache +- Updated dependencies including turborepo-remote-cache (1.13.0 -> 2.0.8) - Migrated from Typescript to Javascript (it just wasn't worth it) - Updated action to run on node 20