Skip to content

Commit edd1bc4

Browse files
chore(main): release 1.0.0-rc (#269)
* chore(main): release 1.0.0-rc * Manually update as some commits were not using a type. * Fix typos. --------- Co-authored-by: Mike Rudat <mike.rudat@fusionauth.io>
1 parent f5038f5 commit edd1bc4

File tree

5 files changed

+54
-6
lines changed

5 files changed

+54
-6
lines changed

.github/prerelease-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "1.0.0-rc"
33
}

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
# Changelog
22

3+
## [1.0.0-rc](https://github.com/FusionAuth/fusionauth-android-sdk/compare/v0.2.0...v1.0.0-rc) (2026-01-22)
4+
5+
### Features
6+
7+
* **feat:** Support Android SDK 36 ([#243](https://github.com/FusionAuth/fusionauth-android-sdk/pull/243))
8+
* **feat:** Use dokka v2 to generate html vs markdown documentation. ([#253](https://github.com/FusionAuth/fusionauth-android-sdk/pull/253))
9+
* **feat:** DataStoreStorage replaces the deprecated SharedPreferencesStorage ([#259](https://github.com/FusionAuth/fusionauth-android-sdk/pull/259))
10+
11+
12+
### Bug Fixes
13+
14+
* **fix:** Don't run the GitHub Action Deploy Dokka Docs on a PR ([#257](https://github.com/FusionAuth/fusionauth-android-sdk/pull/257))
15+
* **release:** add prerelease-manifest.json to release-config.json ([96859aa](https://github.com/FusionAuth/fusionauth-android-sdk/commit/96859aaf9563092159ef257fc114ee76689591c4))
16+
17+
18+
### Code Refactoring
19+
20+
* **refactor:** use KTX extensions ([#208](https://github.com/FusionAuth/fusionauth-android-sdk/pull/208))
21+
* **refactor:** Update the Sample Application View to match the UI in iOS SDK ([#265](https://github.com/FusionAuth/fusionauth-android-sdk/pull/265))
22+
23+
24+
### Miscellaneous Chores
25+
26+
* manual version sync to prerelease-manifest.json ([62901e1](https://github.com/FusionAuth/fusionauth-android-sdk/commit/62901e13c246d8805cad1edd3c2e1501268a3eb9))
27+
28+
29+
### Build System and Dependencies
30+
31+
* **deps:** bump fusionauth/fusionauth-app in /fusionauth/latest ([#188](https://github.com/FusionAuth/fusionauth-android-sdk/issues/188)) ([6c79e0d](https://github.com/FusionAuth/fusionauth-android-sdk/commit/6c79e0d38a3ecc3f0c531504b76df152eda93256))
32+
* **deps:** bump fusionauth/fusionauth-app in /fusionauth/latest ([#198](https://github.com/FusionAuth/fusionauth-android-sdk/issues/198)) ([11b36f0](https://github.com/FusionAuth/fusionauth-android-sdk/commit/11b36f003b6c540c4883dc9996fddd55e5fd21db))
33+
* **deps:** bump opensearchproject/opensearch in /fusionauth/latest ([#201](https://github.com/FusionAuth/fusionauth-android-sdk/issues/201)) ([2f86c43](https://github.com/FusionAuth/fusionauth-android-sdk/commit/2f86c4327cb8e357ca9cf8ec71cd572b9d358e37))
34+
* **deps:** bump postgres from 16.9-bookworm to 18.0-bookworm in /fusionauth/latest ([cd4f407](https://github.com/FusionAuth/fusionauth-android-sdk/commit/cd4f407bc2b70bdb335a2b16d944e144edaa582d))
35+
* **deps:** bump postgres from 18.0-bookworm to 18.1-bookworm in /fusionauth/latest ([aee163e](https://github.com/FusionAuth/fusionauth-android-sdk/commit/aee163ea18504297c6f56a6fdf60c84577487810))
36+
* **deps:** bump postgres in /fusionauth/latest ([9593603](https://github.com/FusionAuth/fusionauth-android-sdk/commit/95936034ee9f252737725a60ad77d9cb8599a67a))
37+
* **deps:** bump postgres in /fusionauth/latest ([b892ea2](https://github.com/FusionAuth/fusionauth-android-sdk/commit/b892ea236e06cc8eb86010fab7bcee58441a9208))
38+
* **deps:** bump postgres in /fusionauth/latest ([#176](https://github.com/FusionAuth/fusionauth-android-sdk/issues/176)) ([e7747b1](https://github.com/FusionAuth/fusionauth-android-sdk/commit/e7747b15afd3d6c7396eda50fe124a5728ab014a))
39+
* **deps:** bump postgres in /fusionauth/latest ([#205](https://github.com/FusionAuth/fusionauth-android-sdk/issues/205)) ([451803c](https://github.com/FusionAuth/fusionauth-android-sdk/commit/451803cbf9b18f785915d30d355604ea306e2683))
40+
* **deps:** bump the gradle-minor-dependencies group ([#213](https://github.com/FusionAuth/fusionauth-android-sdk/issues/213)) ([a511679](https://github.com/FusionAuth/fusionauth-android-sdk/commit/a511679a9a6729fce3fe8bb67d4343172b6e73db))
41+
* **deps:** bump the gradle-minor-dependencies group across 1 directory with 10 updates ([b8a8104](https://github.com/FusionAuth/fusionauth-android-sdk/commit/b8a81044106338306f44b46bb626cba04b0c3527))
42+
* **deps:** bump the gradle-minor-dependencies group across 1 directory with 10 updates ([e142c9c](https://github.com/FusionAuth/fusionauth-android-sdk/commit/e142c9ceddf6b4a6e18250013f09de0d209a2eb8))
43+
* **deps:** bump the gradle-minor-dependencies group across 1 directory with 4 updates ([#189](https://github.com/FusionAuth/fusionauth-android-sdk/issues/189)) ([389936f](https://github.com/FusionAuth/fusionauth-android-sdk/commit/389936f5d062361d1a67d24c4b21749404c44646))
44+
* **deps:** bump the gradle-minor-dependencies group across 1 directory with 5 updates ([#182](https://github.com/FusionAuth/fusionauth-android-sdk/issues/182)) ([68f2e20](https://github.com/FusionAuth/fusionauth-android-sdk/commit/68f2e207cab81196bcfff93594bfe97cb7f667a8))
45+
* **deps:** bump the gradle-minor-dependencies group with 2 updates ([#175](https://github.com/FusionAuth/fusionauth-android-sdk/issues/175)) ([b9cbfa6](https://github.com/FusionAuth/fusionauth-android-sdk/commit/b9cbfa6bfb3cdd480ecff9adc58f393fd342cf7a))
46+
* **deps:** bump the prod-github-actions group across 1 directory with 4 updates ([477958e](https://github.com/FusionAuth/fusionauth-android-sdk/commit/477958e7cc3a2af698c557643b8f628d740c01a3))
47+
* **deps:** bump the prod-github-actions group across 1 directory with 4 updates ([cd2cf36](https://github.com/FusionAuth/fusionauth-android-sdk/commit/cd2cf36fe94c84a88c27f9e2dd6d0391b5547b77))
48+
* **deps:** bump the prod-github-actions group across 1 directory with 9 updates ([72fe708](https://github.com/FusionAuth/fusionauth-android-sdk/commit/72fe708b1a6ec604cd35438cb4097ecb9104f7e9))
49+
* **deps:** bump the prod-github-actions group across 1 directory with 9 updates ([74f8d2f](https://github.com/FusionAuth/fusionauth-android-sdk/commit/74f8d2f11b9e0c4a3cd1e67af1a668a96bee1cd0))
50+
351
## [0.2.0](https://github.com/FusionAuth/fusionauth-android-sdk/compare/v0.1.7...v0.2.0) (2025-03-14)
452

553

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The pre-release process is as follows:
9191
- Review, test and merge any open [Dependency Pull Requests](https://github.com/FusionAuth/fusionauth-android-sdk/pulls).
9292
- Update the version in the `library/build.gradle.kts` file with a pre-release version according to the [Semantic Versioning](https://semver.org/) guidelines.
9393
- Commit the changes with the commit message `chore(release): <pre-release-version> 🎉`.
94-
- Create a new tag `v<pre-release-version>`.
94+
- Create a new tag `<pre-release-version>`.
9595
- Make sure all Workflows where successful in [Actions](https://github.com/FusionAuth/fusionauth-android-sdk/actions).
9696

9797
The `pre-release.yml` workflow will automatically create a GitHub release, build the library, and add the artifact to GitHub.
@@ -103,7 +103,7 @@ The release process is as follows:
103103
- Update the release version in the `library/build.gradle.kts` file, derived from the pre-release version according to the [Semantic Versioning](https://semver.org/) guidelines.
104104
- Update the [SECURITY.md](SECURITY.md) version information with the latest `Supported Versions` according to the current specification E2E test workflows.
105105
- Commit the changes with the commit message `chore(release): <version> 🎉`.
106-
- Create a new tag `v<version>`.
106+
- Create a new tag `<version>`.
107107
- Push the changes and the tag to the repository.
108108

109109
The `release.yml` workflow will automatically create a GitHub release, build the library, and publish it to Maven Central.
@@ -118,7 +118,7 @@ After the release is published, update the version in the [FusionAuth Android Qu
118118
- (Optional) If the FusionAuth configuration changed, update the according `docker-compose.yml`, `.env` and `kickstart/` files in the quickstart repository.
119119
- (Optional) Compare the gradlew version `./gradlew -v` with the version used in the SDK and copy or update if necessary.
120120
- Commit the changes with the commit message `chore(release): <version> 🎉`.
121-
- Create a new tag `v<version>`.
121+
- Create a new tag `<version>`.
122122
- Push the changes and the tag to the repository.
123123
<!--
124124
end::forDocSiteRelease[]

library/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ publishing {
7676
groupId = "io.fusionauth"
7777
artifactId = "fusionauth-android-sdk"
7878
// x-release-please-start-version
79-
version = "0.2.0"
79+
version = "1.0.0-rc"
8080
// x-release-please-end
8181

8282
// And here are some more properties that go into the pom file.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
1.0.0-rc

0 commit comments

Comments
 (0)