From 2b0a7a3316b9185b5f72343c4fe366e188a97f94 Mon Sep 17 00:00:00 2001 From: Andy Lo-A-Foe Date: Wed, 20 Oct 2021 20:50:38 +0200 Subject: [PATCH] Prepare patch --- CHANGELOG.md | 3 +++ internal/version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d541de99..19e0d0f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +# v0.46.2 + +- CDR: R4 fixes # v0.46.1 diff --git a/internal/version.go b/internal/version.go index 77f4e4c7..a8b7b78a 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,5 +1,5 @@ package internal const ( - LibraryVersion = "0.46.1" + LibraryVersion = "0.46.2" )