diff --git a/CHANGELOG.md b/CHANGELOG.md index 1202288..324782c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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). +## [0.3.1] - 2021-03-28 + +### Fixed + +* Fixed Alpine builds in CI to unblock binary Linux releases + ## [0.3.0] - 2021-03-28 ### Added diff --git a/shard.yml b/shard.yml index b3941b4..6ed3eea 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: mstrap -version: 0.3.0 +version: 0.3.1 authors: - Max Fierke diff --git a/src/mstrap/version.cr b/src/mstrap/version.cr index 194dd33..7762d43 100644 --- a/src/mstrap/version.cr +++ b/src/mstrap/version.cr @@ -3,5 +3,5 @@ module MStrap COMPILED_AT = {{`date -u`.chomp.stringify}} # `mstrap` version - VERSION = "0.3.0" + VERSION = "0.3.1" end