Skip to content

Commit

Permalink
Merge pull request #19 from taxjar/v2.0.0
Browse files Browse the repository at this point in the history
Version 2.0.0
  • Loading branch information
smolentzov-stripe committed Oct 30, 2023
2 parents 73cc5b2 + 6928222 commit dda5556
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 @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.0.0] - 2022-10-14
- Revert v1.1.0 change to `OrderLineItem` `ID` from type `json.Number` to `string`

## [1.1.1] - 2021-04-12
- Update test dependencies

Expand All @@ -18,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [1.0.0] - 2019-09-13
- Initial release

[Unreleased]: https://github.com/taxjar/taxjar-go/compare/v1.1.1...HEAD
[Unreleased]: https://github.com/taxjar/taxjar-go/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/taxjar/taxjar-go/compare/v1.1.1...v2.0.0
[1.1.1]: https://github.com/taxjar/taxjar-go/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/taxjar/taxjar-go/compare/v1.0.0...v1.1.0
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package taxjar

const version = "1.1.1"
const version = "2.0.0"

0 comments on commit dda5556

Please sign in to comment.