From 073bc40109a17d41f6fa92d035cca972d423f60f Mon Sep 17 00:00:00 2001 From: Dee Kryvenko Date: Wed, 15 Feb 2023 18:59:27 -0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6294a9b..8643ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3] - 2023-02-15 + +### Fixed + +- Fixed #31 (thanks @joaquinrovira!) + +### Updated + +- Go to 1.19 +- Debian image to `bullseye` +- Various Go dependencies (except for go-git due to backward incompatible changes in https://github.com/go-git/go-git/pull/548) + ## [0.1.2] - 2022-05-15 ### Added