From 57f7ed26f88c1adf1df5bc790dfcecac0311a8de Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Tue, 30 Nov 2021 15:04:15 -0800 Subject: [PATCH] Typo in release docs, and add to changelog --- CHANGELOG.md | 1 + RELEASE.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29deef9..8fbb03b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Removes the need for internet access by shipping the Dangerzone container image directly with the software - Friendly user experience with a progress bar +- Support for Macs with M1 chips ## Dangerzone 0.2.1 diff --git a/RELEASE.md b/RELEASE.md index c5a10c6..626ae75 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,7 +12,7 @@ Before making a release, all of these should be complete: - [ ] CHANGELOG.md should be updated to include a list of all major changes since the last release - [ ] In `.circleci/config.yml`, add new platforms and remove obsolete platforms - [ ] Create a test build in Windows and make sure it works -- [ ] Create a test build in mcaOS and make sure it works +- [ ] Create a test build in macOS and make sure it works - [ ] There must be a PGP-signed git tag for the version, e.g. for dangerzone 0.1.0, the tag must be `v0.1.0` Before making a release, verify the release git tag: