Skip to content

Commit

Permalink
Merge pull request #10 from d4l-data4life/release/1.17.0/prepare-1.17.0
Browse files Browse the repository at this point in the history
Prepare Release 1.17.0
  • Loading branch information
Wolf-Martell Montwé authored Aug 22, 2022
2 parents 66513ed + ea1f031 commit 5e1cfd9
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 16 deletions.
23 changes: 15 additions & 8 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ Template could be found here: link:https://github.com/d4l-data4life/hc-readme-te
==== Versions

toc::[]

== link:{link-repository}/releases/latest[Unreleased]

See link:{link-repository}/compare/1.16.0\...main[changeset]
See link:{link-repository}/compare/v1.17.0\...main[changeset]

=== Added

Expand All @@ -44,18 +43,26 @@ See link:{link-repository}/compare/1.16.0\...main[changeset]

=== Bumped

=== Migration

== link:{link-repository}/releases/v1.17.0[1.17.0]

See link:{link-repository}/compare/v1.16.0\...v1.17.0[changeset]

=== Bumped

* Android Gradle Plugin 7.2.0 -> 7.2.2
* *_BREAKING_* Kotlin 1.6.21 -> 1.7.10
* Kotlin Coroutines 1.6.2 -> 1.6.3
* Kotlin Serialization 1.3.2 -> 1.3.3
* Kotlin DateTime 0.3.2 -> 0.4.0
* Android target SDK 32 -> 33
* HC Util 1.13.0 -> 1.14.0
* HC SecureStore SDK 1.15.0 -> 1.16.0

=== Migration

== link:{link-repository}/tag/1.16.0[1.16.0]
== link:{link-repository}/tag/v1.16.0[1.16.0]

See link:{link-repository}/compare/v1.15.0\...1.16.0[changeset]
See link:{link-repository}/compare/v1.15.0\..v.1.16.0[changeset]

=== Changed

Expand All @@ -79,9 +86,9 @@ See link:{link-repository}/compare/v1.15.0\...1.16.0[changeset]
* Spotless Gradle plugin 6.4.2 -> 6.5.1
* Ktlint 0.44.0 -> 0.45.2

== link:{link-repository}/tag/1.15.0[1.15.0]
== link:{link-repository}/tag/v1.15.0[1.15.0]

See link:{link-repository}/compare/v1.14.0\...1.15.0[changeset]
See link:{link-repository}/compare/v1.14.0\...v1.15.0[changeset]

=== Removed

Expand Down
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Data4Life Auth SDK
:link-repository: https://github.com/d4l-data4life/hc-auth-sdk-kmp
:project-version: 1.16.0
:project-version: 1.17.0
:doctype: article
:!showtitle:
:toc: macro
Expand Down Expand Up @@ -80,8 +80,8 @@ Instructions how to get software up and running.

* link:https://developer.android.com/studio#downloads[Android Studio - Chipmunk - 2021.2.1]
* link:https://adoptopenjdk.net/[Java 11] | link:https://developer.android.com/studio/write/java8-support[Limitations of Java language features and APIs] | https://jakewharton.com/d8-library-desugaring/[Desugaring]
* link:https://kotlinlang.org/[Kotlin 1.6.21]
* Android 6.0 (API 23) to Android 12L (API 32)
* link:https://kotlinlang.org/[Kotlin 1.7.10]
* Android 6.0 (API 23) to Android 13 (API 33)

=== Installation

Expand Down Expand Up @@ -231,6 +231,6 @@ You want to help or share a proposal? You have a specific problem? Read the foll

== Copyright and License

Copyright (c) 2021 D4L data4life gGmbH / All rights reserved.
Copyright (c) 2022 D4L data4life gGmbH / All rights reserved.

Please refer to our link:LICENSE[License] for further details.
2 changes: 1 addition & 1 deletion assets/images/badge-release-latest.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/images/badges.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ curl link -s -o filename

== Badge sources

:link-badge-release: https://img.shields.io/badge/Release-1.16.0-blueviolet.svg
:link-badge-release: https://img.shields.io/badge/Release-1.17.0-blueviolet.svg
Version image:{link-badge-release}[Latest release]::
`curl {link-badge-release} -s -o badge-release-latest.svg`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ object Version {
/**
* [hc-securestore-kmp](https://github.com/d4l-data4life/hc-securestore-kmp)
*/
const val securestore = "1.15.0"
const val securestore = "1.16.0"

/**
* [hc-util-kmp](https://github.com/d4l-data4life/hc-util-kmp)
*/
const val utilSdk = "1.13.0"
const val utilSdk = "1.14.0"
}
}

Expand Down

0 comments on commit 5e1cfd9

Please sign in to comment.