Skip to content

Commit 2e8e2d3

Browse files
authored
Merge pull request #292 from invopop/release-0.77
Release 0.77
2 parents 167e6e0 + ef6d60f commit 2e8e2d3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ All notable changes to GOBL will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). See also the [GOBL versions](https://docs.gobl.org/overview/versions) documentation site for more details.
66

7-
## [XXXXXX] - XXXX-XX-XX
7+
## [v0.77.0] - 2024-05-16
8+
9+
Fixing important bugs with some tax regimes and tax identity code validation, along with a new 'series' property for correction options.
810

911
### Added
1012

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.76.0"
11+
const VERSION Version = "v0.77.0"
1212

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

0 commit comments

Comments
 (0)