diff --git a/CHANGELOG.md b/CHANGELOG.md index c9bcb805..ce2fae89 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.205.1] - 2024-11-19 + ### Added - `org`: `Address` includes `LineOne()`, `LineTwo()`, `CompleteNumber()` methods to help with conversion to other formats with some regional formatting. diff --git a/version.go b/version.go index f112a3e3..e118e41e 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.205.0" +const VERSION Version = "v0.205.1" // Semver parses and returns semver func (v Version) Semver() *semver.Version {