Skip to content

Commit

Permalink
breaking: bump major
Browse files Browse the repository at this point in the history
+semver: major
+semver: breaking
  • Loading branch information
dnitsch committed Mar 28, 2024
1 parent f96c2d9 commit 3f77f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Where `configVar` can be either a parseable string `'som3#!S$CRet'` or a number

This can be leveraged from any application written in Go - on start up or at runtime. Secrets/Config items can be retrieved in "bulk" and parsed into a provided type, [see here for examples](./examples/examples.go).

> BREAKING CHANGE v1.22.x when on the API (see [examples](./examples/examples.go))
> BREAKING CHANGE v2.x with the API (see [examples](./examples/examples.go))
- `generator.NewConfig()` is no longer required.

```go
Expand Down

0 comments on commit 3f77f7c

Please sign in to comment.