Skip to content

Commit

Permalink
Merge pull request #432 from invopop/release-0.206.0
Browse files Browse the repository at this point in the history
Release 0.206.0
  • Loading branch information
cavalle authored Nov 26, 2024
2 parents a97538b + d0026e6 commit eb4879b
Show file tree
Hide file tree
Showing 3 changed files with 7 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.206.0] - 2024-11-26

### Added

- `ae`: added UAE regime
Expand Down
4 changes: 4 additions & 0 deletions data/schemas/bill/invoice.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,10 @@
"$regime": {
"$ref": "https://gobl.org/draft-0/l10n/tax-country-code",
"oneOf": [
{
"const": "AE",
"title": "United Arab Emirates"
},
{
"const": "AT",
"title": "Austria"
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.205.1"
const VERSION Version = "v0.206.0"

// Semver parses and returns semver
func (v Version) Semver() *semver.Version {
Expand Down

0 comments on commit eb4879b

Please sign in to comment.