Skip to content

Commit

Permalink
Merge pull request #422 from invopop/release-0.205.0
Browse files Browse the repository at this point in the history
Release 0.205.0
  • Loading branch information
samlown authored Nov 12, 2024
2 parents dc6100f + f9390ad commit 0d68bca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0d68bca

Please sign in to comment.