Skip to content

Commit

Permalink
release: 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Oct 24, 2023
1 parent 72e789f commit ba1f9a1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.1"
".": "2.0.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.0.2 (2023-10-23)

Full Changelog: [v2.0.1...v2.0.2](https://github.com/Modern-Treasury/modern-treasury-go/compare/v2.0.1...v2.0.2)

### Bug Fixes

* use /v2 in all package imports ([#114](https://github.com/Modern-Treasury/modern-treasury-go/issues/114)) ([65105b7](https://github.com/Modern-Treasury/modern-treasury-go/commit/65105b7849b435a15c3b41d15bc34313501dc0ac))

## 2.0.1 (2023-10-23)

Full Changelog: [v2.0.0...v2.0.1](https://github.com/Modern-Treasury/modern-treasury-go/compare/v2.0.0...v2.0.1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/Modern-Treasury/modern-treasury-go/[email protected].1'
go get -u 'github.com/Modern-Treasury/modern-treasury-go/[email protected].2'
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package internal

const PackageVersion = "2.0.1" // x-release-please-version
const PackageVersion = "2.0.2" // x-release-please-version

0 comments on commit ba1f9a1

Please sign in to comment.