Skip to content

Commit 70a7f85

Browse files
chore(main): release 1.0.0 (#272)
* chore(main): release 1.0.0-rc * chore(release): v1.0.0 * Compare to the release. --------- Co-authored-by: Mike Rudat <mike.rudat@fusionauth.io>
1 parent edd1bc4 commit 70a7f85

File tree

5 files changed

+53
-4
lines changed

5 files changed

+53
-4
lines changed

.github/release-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"
33
}

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/FusionAuth/fusionauth-android-sdk/compare/v0.2.0...v1.0.0) (2026-01-27)
4+
5+
6+
### Features
7+
8+
* **feat:** Support Android SDK 36 ([#243](https://github.com/FusionAuth/fusionauth-android-sdk/pull/243))
9+
* **feat:** Use dokka v2 to generate html vs markdown documentation. ([#253](https://github.com/FusionAuth/fusionauth-android-sdk/pull/253))
10+
* **feat:** DataStoreStorage replaces the deprecated SharedPreferencesStorage ([#259](https://github.com/FusionAuth/fusionauth-android-sdk/pull/259))
11+
12+
13+
### Bug Fixes
14+
15+
* **fix:** Don't run the GitHub Action Deploy Dokka Docs on a PR ([#257](https://github.com/FusionAuth/fusionauth-android-sdk/pull/257))
16+
* **release:** add prerelease-manifest.json to release-config.json ([96859aa](https://github.com/FusionAuth/fusionauth-android-sdk/commit/96859aaf9563092159ef257fc114ee76689591c4))
17+
18+
19+
### Code Refactoring
20+
21+
* **refactor:** use KTX extensions ([#208](https://github.com/FusionAuth/fusionauth-android-sdk/pull/208))
22+
* **refactor:** Update the Sample Application View to match the UI in iOS SDK ([#265](https://github.com/FusionAuth/fusionauth-android-sdk/pull/265))
23+
24+
25+
### Miscellaneous Chores
26+
27+
* manual version sync to prerelease-manifest.json ([62901e1](https://github.com/FusionAuth/fusionauth-android-sdk/commit/62901e13c246d8805cad1edd3c2e1501268a3eb9))
28+
29+
30+
### Build System and Dependencies
31+
32+
* **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))
33+
* **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))
34+
* **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))
35+
* **deps:** bump postgres from 16.9-bookworm to 18.0-bookworm in /fusionauth/latest ([cd4f407](https://github.com/FusionAuth/fusionauth-android-sdk/commit/cd4f407bc2b70bdb335a2b16d944e144edaa582d))
36+
* **deps:** bump postgres from 18.0-bookworm to 18.1-bookworm in /fusionauth/latest ([aee163e](https://github.com/FusionAuth/fusionauth-android-sdk/commit/aee163ea18504297c6f56a6fdf60c84577487810))
37+
* **deps:** bump postgres in /fusionauth/latest ([9593603](https://github.com/FusionAuth/fusionauth-android-sdk/commit/95936034ee9f252737725a60ad77d9cb8599a67a))
38+
* **deps:** bump postgres in /fusionauth/latest ([b892ea2](https://github.com/FusionAuth/fusionauth-android-sdk/commit/b892ea236e06cc8eb86010fab7bcee58441a9208))
39+
* **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))
40+
* **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))
41+
* **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))
42+
* **deps:** bump the gradle-minor-dependencies group across 1 directory with 10 updates ([b8a8104](https://github.com/FusionAuth/fusionauth-android-sdk/commit/b8a81044106338306f44b46bb626cba04b0c3527))
43+
* **deps:** bump the gradle-minor-dependencies group across 1 directory with 10 updates ([e142c9c](https://github.com/FusionAuth/fusionauth-android-sdk/commit/e142c9ceddf6b4a6e18250013f09de0d209a2eb8))
44+
* **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))
45+
* **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))
46+
* **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))
47+
* **deps:** bump the prod-github-actions group across 1 directory with 4 updates ([477958e](https://github.com/FusionAuth/fusionauth-android-sdk/commit/477958e7cc3a2af698c557643b8f628d740c01a3))
48+
* **deps:** bump the prod-github-actions group across 1 directory with 4 updates ([cd2cf36](https://github.com/FusionAuth/fusionauth-android-sdk/commit/cd2cf36fe94c84a88c27f9e2dd6d0391b5547b77))
49+
* **deps:** bump the prod-github-actions group across 1 directory with 9 updates ([72fe708](https://github.com/FusionAuth/fusionauth-android-sdk/commit/72fe708b1a6ec604cd35438cb4097ecb9104f7e9))
50+
* **deps:** bump the prod-github-actions group across 1 directory with 9 updates ([74f8d2f](https://github.com/FusionAuth/fusionauth-android-sdk/commit/74f8d2f11b9e0c4a3cd1e67af1a668a96bee1cd0))
51+
352
## [1.0.0-rc](https://github.com/FusionAuth/fusionauth-android-sdk/compare/v0.2.0...v1.0.0-rc) (2026-01-22)
453

554
### Features

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The pre-release process is as follows:
9494
- 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

97-
The `pre-release.yml` workflow will automatically create a GitHub release, build the library, and add the artifact to GitHub.
97+
The `release.yml` workflow will automatically create a GitHub release, build the library, and add the artifact to GitHub.
9898

9999
## Release Process
100100

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 = "1.0.0-rc"
79+
version = "1.0.0"
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-
1.0.0-rc
1+
1.0.0

0 commit comments

Comments
 (0)