diff --git a/CHANGELOG.md b/CHANGELOG.md index 18c57a0..4d281de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.2.1 + +This will be the final release in this repository. +Please see [#88](https://github.com/goto-bus-stop/setup-zig/issues/88) for an upgrade guide. +Thanks for using setup-zig! + +* Fix Apple Silicon. [#68](https://github.com/goto-bus-stop/setup-zig/pull/68) +* Deprecate in favour of [mlugg/setup-zig](https://github.com/mlugg/setup-zig). [#89](https://github.com/goto-bus-stop/setup-zig/pull/89) + +Thanks [@davidgm94](https://github.com/davidgm94) and [@mlugg](https://github.com/mlugg)! + ## 2.2.0 * Update the action to use Node.js 20. [#61](https://github.com/goto-bus-stop/setup-zig/pull/61) * Add a test for zig 0.11.0. [#62](https://github.com/goto-bus-stop/setup-zig/pull/62) diff --git a/package.json b/package.json index 48cf107..c446d06 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "setup-zig", "description": "Use the zig compiler in your Github Action", - "version": "2.2.0", + "version": "2.2.1", "author": "Renée Kooi ", "bugs": { "url": "https://github.com/goto-bus-stop/setup-zig/issues"