From 08f9d5844a4a07fe69e705bc5998e62dd76eef9f Mon Sep 17 00:00:00 2001 From: Jeff Way Date: Thu, 15 Feb 2024 10:13:37 -0800 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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