diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dcacf0..f76e598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +## 2.1.0 - 2023-12-22 + +- Implement copy and copy-immutable strategies (#20) thanks @oNaiPs ## 2.0.0 - 2023-08-07 diff --git a/package.json b/package.json index c627ab9..99a395d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-local-cache", - "version": "2.0.0", + "version": "2.1.0", "private": true, "description": "A Github Action to save and restore files across job runs directly in the runner's file system", "main": "dist/main/index.js",