File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ v0.206.0] - 2024-11-26
10
+
9
11
### Added
10
12
11
13
- ` ae ` : added UAE regime
Original file line number Diff line number Diff line change 290
290
"$regime" : {
291
291
"$ref" : " https://gobl.org/draft-0/l10n/tax-country-code" ,
292
292
"oneOf" : [
293
+ {
294
+ "const" : " AE" ,
295
+ "title" : " United Arab Emirates"
296
+ },
293
297
{
294
298
"const" : " AT" ,
295
299
"title" : " Austria"
Original file line number Diff line number Diff line change 8
8
type Version string
9
9
10
10
// VERSION is the current version of the GOBL library.
11
- const VERSION Version = "v0.205.1 "
11
+ const VERSION Version = "v0.206.0 "
12
12
13
13
// Semver parses and returns semver
14
14
func (v Version ) Semver () * semver.Version {
You can’t perform that action at this time.
0 commit comments