From 74ea9b6863cc1419bf9cbe819db71b8b642a860c Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Sun, 14 Aug 2022 16:26:11 +0500 Subject: [PATCH] Prepare to release 0.4.1. --- CHANGELOG.md | 9 ++++++++- internal/context/exported.go | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7923464..85e31d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] - 2022-08-14 + ### Changed * Update docker images - alpine to 3.16.1, golang to 1.19, golangci-lint to 1.48.0. @@ -19,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Put valid repository's link in footer. +### Removed + +* Removed `flagger` dependency. + ## [0.4.0] - 2021-01-09 ### Added @@ -70,7 +76,8 @@ Release changelogs lost :(. First normal release. Fast Paste Bin is able to handle public, private and passworded pastes. -[Unreleased]: https://code.pztrn.name/apps/fastpastebin/compare/0.4.0...HEAD +[Unreleased]: https://code.pztrn.name/apps/fastpastebin/compare/v0.4.1...HEAD +[0.4.1]: https://code.pztrn.name/apps/fastpastebin/compare/0.4.0...v0.4.1 [0.4.0]: https://code.pztrn.name/apps/fastpastebin/compare/v0.2.0...0.4.0 [0.2.0]: https://code.pztrn.name/apps/fastpastebin/compare/v0.1.1...v0.2.0 [0.1.1]: https://code.pztrn.name/apps/fastpastebin/compare/v0.1.0...v0.1.1 diff --git a/internal/context/exported.go b/internal/context/exported.go index 9b8647b..60c3fba 100644 --- a/internal/context/exported.go +++ b/internal/context/exported.go @@ -26,7 +26,7 @@ package context const ( // Version . - Version = "0.4.0" + Version = "0.4.1" ) // New creates new context.