From 2eafb11037c26583a4ba18b2b4d09824b38fb272 Mon Sep 17 00:00:00 2001 From: "George L. Yermulnik" Date: Mon, 30 Sep 2024 22:51:40 +0300 Subject: [PATCH] `docs: Update CHANGELOG with `v1.2.3` --- .goreleaser.yml | 4 ++++ CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 17fcf14c..78566757 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,6 +1,9 @@ # https://goreleaser.com/ +version: 2 + env: - CGO_ENABLED=0 # Build statically linked binaries + builds: - ldflags: @@ -22,6 +25,7 @@ builds: ignore: - goos: windows goarch: arm64 + checksum: name_template: '{{ .ProjectName }}_{{.Env.RELEASE_VERSION}}_checksums.txt' diff --git a/CHANGELOG.md b/CHANGELOG.md index fb10a5c6..38093f31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [v1.2.3](https://github.com/warrensbox/terraform-switcher/tree/v1.2.3) - 2024-09-30 + +[Full Changelog](https://github.com/warrensbox/terraform-switcher/compare/v1.2.2...v1.2.3) + +### Added + +- Split output and logs [#506](https://github.com/warrensbox/terraform-switcher/pull/506) ([MatthewJohn](https://github.com/MatthewJohn)) + +### Fixed + +- fix: Improve wording when installing binary [#494](https://github.com/warrensbox/terraform-switcher/pull/494) ([yermulnik](https://github.com/yermulnik)) + +### Other + +- docs: Adjust version definition order of precedence [#492](https://github.com/warrensbox/terraform-switcher/pull/492) ([yermulnik](https://github.com/yermulnik)) +- docs: Update CHANGELOG with v1.2.1 and v1.2.2 [#487](https://github.com/warrensbox/terraform-switcher/pull/487) ([warrensbox](https://github.com/warrensbox)) + ## [v1.2.2](https://github.com/warrensbox/terraform-switcher/tree/v1.2.2) - 2024-07-07 [Full Changelog](https://github.com/warrensbox/terraform-switcher/compare/v1.2.1...v1.2.2)