Skip to content

Commit

Permalink
changelog and version pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcping committed Jan 21, 2025
1 parent bcbcb74 commit 0b5374d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release (Unreleased)
# Release (2025-01-21)

* `github.com/patrickcping/pingone-go-sdk-v2` : v0.12.6
* **Note** bump `github.com/patrickcping/pingone-go-sdk-v2/management` v0.45.0 => v0.46.0 [#411](https://github.com/patrickcping/pingone-go-sdk-v2/pull/411)
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
TEST?=$$(go list ./...)
OWNER=patrickcping
REPO=pingone-go-sdk-v2
VERSION=0.12.5
VERSION=0.12.6

default: build

Expand Down
2 changes: 1 addition & 1 deletion pingone/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type Client struct {
Region model.RegionMapping
}

var version = "0.12.5"
var version = "0.12.6"

func (c *Config) APIClient(ctx context.Context) (*Client, error) {

Expand Down

0 comments on commit 0b5374d

Please sign in to comment.