From 6928222ed39c4782e5f3f867cca5eb5d18d25781 Mon Sep 17 00:00:00 2001 From: Seth Obey Date: Fri, 14 Oct 2022 11:45:10 -0500 Subject: [PATCH] Version 2.0.0 --- CHANGELOG.md | 6 +++++- version.go | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 055cd7f..e047bfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/version.go b/version.go index 889a43e..171f1d9 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package taxjar -const version = "1.1.1" +const version = "2.0.0"