From f3c038c716d05c81c028076e72b52c78fce158e6 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 26 Apr 2021 13:18:02 +0200 Subject: [PATCH] changelog & version bump --- CHANGELOG.md | 7 +++++++ internal/config.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9394a31..705fdfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.7] - 2021-04-26 + +### Added + +- Support for `darwin/arm64` aka Apple Silicon. +- Added support for `arm64` and `aarch64` in install scripts. + ## [1.0.6] - 2021-04-24 ### Added diff --git a/internal/config.go b/internal/config.go index 1814178..c510da0 100644 --- a/internal/config.go +++ b/internal/config.go @@ -12,7 +12,7 @@ import ( "github.com/spf13/viper" ) -const VERSION = "1.0.6" +const VERSION = "1.0.7" var CI bool = false var VERBOSE bool = false