Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/prerelease-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0-rc"
".": "1.2.0"
}
2 changes: 1 addition & 1 deletion .github/release-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.2.0"
}
Comment thread
mrudatsprint marked this conversation as resolved.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.2.0](https://github.com/FusionAuth/fusionauth-android-sdk/compare/v1.1.0...v1.2.0) (2026-05-21)


### Bug Fixes

* ActivityNotFound exception when no browser is found ([#313](https://github.com/FusionAuth/fusionauth-android-sdk/issues/313)) ([f94827f](https://github.com/FusionAuth/fusionauth-android-sdk/commit/f94827f19d191bad16fb04d2b60dafe7644d7ea0))


### Build System and Dependencies

* **deps:** bump github/codeql-action in the prod-github-actions group ([#309](https://github.com/FusionAuth/fusionauth-android-sdk/issues/309)) ([7f7e743](https://github.com/FusionAuth/fusionauth-android-sdk/commit/7f7e74354e56372ae758f9d870437294bafec079))
* **deps:** bump the gradle-minor-dependencies group with 14 updates ([#310](https://github.com/FusionAuth/fusionauth-android-sdk/issues/310)) ([c6943ce](https://github.com/FusionAuth/fusionauth-android-sdk/commit/c6943ce3e08901482ce92e2a2adf13e9225a7a13))
* **deps:** bump the prod-github-actions group across 1 directory with 2 updates ([#307](https://github.com/FusionAuth/fusionauth-android-sdk/issues/307)) ([0531c01](https://github.com/FusionAuth/fusionauth-android-sdk/commit/0531c0154ebefe29398e9d03e93b1d8d7a881052))
* **deps:** bump the prod-github-actions group with 2 updates ([#312](https://github.com/FusionAuth/fusionauth-android-sdk/issues/312)) ([9f25f21](https://github.com/FusionAuth/fusionauth-android-sdk/commit/9f25f216ff38d37b10db0b06ccd25974211fab0e))
Comment thread
mrudatsprint marked this conversation as resolved.

## [1.2.0-rc](https://github.com/FusionAuth/fusionauth-android-sdk/compare/v1.1.0...v1.2.0-rc) (2026-05-20)


Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ publishing {
groupId = "io.fusionauth"
artifactId = "fusionauth-android-sdk"
// x-release-please-start-version
version = "1.2.0-rc"
version = "1.2.0"
// x-release-please-end

// And here are some more properties that go into the pom file.
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0-rc
1.2.0
Loading