diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a8da674..2ec2ec60 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.0] + ### Added - `org`: `Address` now includes a `state` code, for countries that require them. diff --git a/version.go b/version.go index fbc247d1..f112a3e3 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.204.1" +const VERSION Version = "v0.205.0" // Semver parses and returns semver func (v Version) Semver() *semver.Version {