From c5df8dd89b241878fb32eb097f0176e637a08f41 Mon Sep 17 00:00:00 2001 From: Sheldon Young Date: Mon, 26 Feb 2024 10:26:54 -0800 Subject: [PATCH] Update CHANGELOG for 1.1.2 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d2ab2..bbdf56b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,33 @@ Do not edit this file, it is managed by the `tools/push-release.sh` script. 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.1.2] - 2024-02-26 + +### Changed + +- Bump version +- Update versions, especially fixing known vulnerability in rustix +- Update dependencies + +### Fixed + +- Remove unused command + +## [1.1.0] - 2023-02-28 + +### Changed + +- Add link to binaries releases +- Don't publish releases in draft mode +- Bump version +- Improved command line parsing +- Update dependencies +- Update dependencies +- Update actions +- Update actions +- Update actions +- Update actions + ## [0.1.2] - 2022-07-04 ### Changed