Skip to content

Commit da9943b

Browse files
committed
Merge remote-tracking branch 'halmai/feature_update_version' into release-2.3.1
2 parents acdc6d6 + 94f8a23 commit da9943b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
Running changelog of releases since `2.0.0-rc.4`
33

4+
## v2.3.1
5+
6+
### Bug fixes
7+
- Fixed typo in error message of "too many requests"
8+
49
## v2.3.0
510

611
### New Structs

openapi/generator/templates/okta.go.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"gopkg.in/yaml.v3"
1717
)
1818

19-
const Version = "2.3.0"
19+
const Version = "2.3.1"
2020

2121
type Client struct {
2222
config *config

0 commit comments

Comments
 (0)