Skip to content

Commit

Permalink
Prepare 1.1.0 release. (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayNewstrom authored Sep 24, 2021
1 parent cbc4d55 commit 4cd74ca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.1.0

### Feature
- [#276](https://github.com/okta/okta-oidc-android/pull/276) Adds support for parallel refresh token requests.
- [#277](https://github.com/okta/okta-oidc-android/pull/277) Run SessionClient requests in serial.

### Bug Fix
- [#272](https://github.com/okta/okta-oidc-android/pull/272) Make `OktaAuthenticationActivity` `launchMode` `singleTop` which fixes an issue where the browser tab would remain in the Android recents list.

# 1.0.20

### Bug Fix
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ It is recommended that your app extends [FragmentActivity][fragment-activity] or
Add the `Okta OIDC` dependency to your `build.gradle` file:

```gradle
implementation 'com.okta.android:okta-oidc-android:1.0.20'
implementation 'com.okta.android:okta-oidc-android:1.1.0'
```

The SDK requires Java 8 support.
Expand Down Expand Up @@ -371,7 +371,7 @@ dependencies {
...
...
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.10'
implementation 'com.okta.android:okta-oidc-android:1.0.20'
implementation 'com.okta.android:okta-oidc-android:1.1.0'
implementation 'com.okta.authn.sdk:okta-authn-sdk-api:2.0.0'
implementation('com.okta.authn.sdk:okta-authn-sdk-impl:2.0.0') {
exclude group: 'com.okta.sdk', module: 'okta-sdk-httpclient'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ subprojects {

ext {
versionNum = 19
versionName = "1.0.20"
versionName = "1.1.0"
versionDate = new Date()
minSdkVersion = 21
compileSdkVersion = 30
Expand Down

0 comments on commit 4cd74ca

Please sign in to comment.