Skip to content

Commit

Permalink
Update Version information (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretterer authored Jun 4, 2020
1 parent 6d16b62 commit 7410b46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
Running changelog of releases since `2.0.0-rc.4`

## v2.0.0
- Official Release of v2 Okta Golang SDK

## v2.0.0-rc.5
- Remove `PreviewSamlMetadataForApplication` method from `ApplicationResource`
- `Kid` Query Param removed
Expand Down
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ This library uses semantic versioning and follows Okta's [library version policy
| Version | Status |
| ------- | ---------------------------------- |
| 0.x | :warning: Beta Release (Retired) |
| 1.x | :heavy_check_mark: Release |
| 2.x | :construction: Pre-Release |
| 1.x | :warning: Retiring on 2021-03-04 |
| 2.x | :heavy_check_mark: Release |

The latest release can always be found on the [releases page][github-releases].

Expand All @@ -50,12 +50,9 @@ If you run into problems using the SDK, you can

To install the Okta Golang SDK in your project:

Version 2.x (Pre-Release)
Version 2.x (Release)
run `go get github.com/okta/okta-sdk-golang/v2/okta`

Version 1.x (Release)
run `go get github.com/okta/okta-sdk-golang/okta`

You'll also need

* An Okta account, called an _organization_ (sign up for a free [developer organization](https://developer.okta.com/signup) if you need one)
Expand Down
2 changes: 1 addition & 1 deletion openapi/generator/templates/okta.go.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/kelseyhightower/envconfig"
)

const Version = "2.0.0-rc.5"
const Version = "2.0.0"

type Client struct {
config *config
Expand Down

0 comments on commit 7410b46

Please sign in to comment.