From 2cee9faa5d6cbb050c27b2e24bbc6265b218ba54 Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Fri, 29 Apr 2022 10:33:53 -0400 Subject: [PATCH] Bump version to 0.31.1-beta001 ## [0.31.1-beta001] - 2022-04-29 ### Fixed - [Adjust Dockerfiles to copy install-dotnets.sh correctly on new versions of Docker.](https://github.com/TheAngryByrd/MiniScaffold/pull/257) --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 263f069d..4f154e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.31.1-beta001] - 2022-04-29 + +### Fixed +- [Adjust Dockerfiles to copy install-dotnets.sh correctly on new versions of Docker.](https://github.com/TheAngryByrd/MiniScaffold/pull/257) + ## [0.31.0] - 2022-02-06 ### Changed @@ -583,7 +588,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.31.0...HEAD +[Unreleased]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.31.1-beta001...HEAD +[0.31.1-beta001]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.31.0...0.31.1-beta001 [0.31.0]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.30.0...0.31.0 [0.31.0-beta001]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.30.0...0.31.0-beta001 [0.30.0]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.29.1...0.30.0