Skip to content

Commit

Permalink
Merge pull request #334 from invopop/release-0.111
Browse files Browse the repository at this point in the history
Preparing release 0.111.0
  • Loading branch information
samlown authored Jul 24, 2024
2 parents 623447c + a22bb5f commit 2a278e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to GOBL will be documented in this file.

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.

## [vX.XXX.X] - XXXX-XX-XX
## Upcoming

- Describe upcoming changes here.

## [v0.111.0] - 2024-07-24

### Added

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.110.2"
const VERSION Version = "v0.111.0"

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

0 comments on commit 2a278e8

Please sign in to comment.