From 74ded968d5f2baf027696ffedd28c81bf6ebe508 Mon Sep 17 00:00:00 2001 From: Rajiv Shah Date: Thu, 29 Dec 2022 14:11:25 -0500 Subject: [PATCH] Update changelog with recent changes (#10) --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1de7d7..8d89d77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to the project will be here. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [Unreleased] +### Added +- Get latest release and verify SHA-256 hash ([#6](https://github.com/metalbear-co/sccache-action/pull/6)) +- Disable incremental compilation by default ([#9](https://github.com/metalbear-co/sccache-action/pull/9)) + +### Fixed +- Stop server in post step ([#7](https://github.com/metalbear-co/sccache-action/pull/7)) + +### Changed +- CI test fixes and improvements ([#8](https://github.com/metalbear-co/sccache-action/pull/8)) + ## [1.0.2] - 2022-12-07 ### Fixed @@ -19,4 +30,4 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ### Added -- First release! \ No newline at end of file +- First release!