We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acdc6d6 + 94f8a23 commit da9943bCopy full SHA for da9943b
2 files changed
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
Running changelog of releases since `2.0.0-rc.4`
3
4
+## v2.3.1
5
+
6
+### Bug fixes
7
+- Fixed typo in error message of "too many requests"
8
9
## v2.3.0
10
11
### New Structs
openapi/generator/templates/okta.go.hbs
@@ -16,7 +16,7 @@ import (
16
"gopkg.in/yaml.v3"
17
)
18
19
-const Version = "2.3.0"
+const Version = "2.3.1"
20
21
type Client struct {
22
config *config
0 commit comments