Skip to content

Commit

Permalink
Merge pull request #409 from invopop/release-0.204.1
Browse files Browse the repository at this point in the history
Fixes for 0.204
  • Loading branch information
samlown authored Nov 4, 2024
2 parents 98332e7 + 66ec4bc commit 67b90de
Show file tree
Hide file tree
Showing 2 changed files with 3 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.204.1]

### Added

- `bill`: normalize line discounts and charges to remove empty rows.
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.204.0"
const VERSION Version = "v0.204.1"

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

0 comments on commit 67b90de

Please sign in to comment.