diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c4bc25e..ad8f8ba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +## [v0.206.1] - 2024-11-28 + ### Fixed - `org`: Party validation now working with regimes when defined. diff --git a/version.go b/version.go index 2c5b1f5a..73cbda61 100644 --- a/version.go +++ b/version.go @@ -8,7 +8,7 @@ import ( type Version string // VERSION is the current version of the GOBL library. -const VERSION Version = "v0.206.0" +const VERSION Version = "v0.206.1" // Semver parses and returns semver func (v Version) Semver() *semver.Version {