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" )