Skip to content

Commit

Permalink
Prepare patch
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Oct 20, 2021
1 parent f092e4c commit 2b0a7a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package internal

const (
LibraryVersion = "0.46.1"
LibraryVersion = "0.46.2"
)

0 comments on commit 2b0a7a3

Please sign in to comment.