From a63e4560abf76a237fd671da38cc559a9ca9c2f2 Mon Sep 17 00:00:00 2001 From: Lukas Burkhalter Date: Tue, 25 Jun 2024 16:29:39 +0200 Subject: [PATCH] chore: Prepare release 3.0.0-alpha.3 --- CHANGELOG.md | 2 +- constants/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef50558c..e138aebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## Unreleased +## [3.0.0-alpha.3] 2024-06-25 ### Added - API to armor data with the option to remove the checksum diff --git a/constants/version.go b/constants/version.go index ce1750c0..1164f6db 100644 --- a/constants/version.go +++ b/constants/version.go @@ -1,3 +1,3 @@ package constants -const Version = "3.0.0-alpha.2" +const Version = "3.0.0-alpha.3"