We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd93c96 commit cf34578Copy full SHA for cf34578
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
7
## [Unreleased]
8
9
+## [v0.204.0]
10
+
11
### Added
12
13
- `br-nfse-v1`: added initial Brazil NFS-e addon
version.go
@@ -8,7 +8,7 @@ import (
type Version string
// VERSION is the current version of the GOBL library.
-const VERSION Version = "v0.203.0"
+const VERSION Version = "v0.204.0"
// Semver parses and returns semver
14
func (v Version) Semver() *semver.Version {
0 commit comments