Skip to content

Commit d0026e6

Browse files
committed
Release 0.206.0
1 parent a97538b commit d0026e6

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [Unreleased]
88

9+
## [v0.206.0] - 2024-11-26
10+
911
### Added
1012

1113
- `ae`: added UAE regime

data/schemas/bill/invoice.json

+4
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,10 @@
290290
"$regime": {
291291
"$ref": "https://gobl.org/draft-0/l10n/tax-country-code",
292292
"oneOf": [
293+
{
294+
"const": "AE",
295+
"title": "United Arab Emirates"
296+
},
293297
{
294298
"const": "AT",
295299
"title": "Austria"

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
type Version string
99

1010
// VERSION is the current version of the GOBL library.
11-
const VERSION Version = "v0.205.1"
11+
const VERSION Version = "v0.206.0"
1212

1313
// Semver parses and returns semver
1414
func (v Version) Semver() *semver.Version {

0 commit comments

Comments
 (0)