From 450e00a9e1efcbb044efa6cea84faf9bb1584364 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 31 Dec 2021 10:36:15 +0530 Subject: autofill-parser: bump version --- autofill-parser/CHANGELOG.md | 4 ++++ autofill-parser/gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'autofill-parser') diff --git a/autofill-parser/CHANGELOG.md b/autofill-parser/CHANGELOG.md index af3bd2d2..be3a796d 100644 --- a/autofill-parser/CHANGELOG.md +++ b/autofill-parser/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [1.1.0] + ### Changed - Changed the support level for Chrome Beta/Canary/Dev/Stable, Bromite and Ungoogled Chromium to `PasswordFillAndSaveIfNoAccessibility`. @@ -35,3 +37,5 @@ All notable changes to this project will be documented in this file. - Initial release [1.0.0]: https://github.com/android-password-store/Android-Password-Store/commits/autofill-parser-v1.0.0/autofill-parser + +[1.1.0]: https://github.com/android-password-store/Android-Password-Store/commits/autofill-parser-v1.1.0/autofill-parser diff --git a/autofill-parser/gradle.properties b/autofill-parser/gradle.properties index 78609fb5..7a35f954 100644 --- a/autofill-parser/gradle.properties +++ b/autofill-parser/gradle.properties @@ -3,7 +3,7 @@ # SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception # -VERSION_NAME=1.1.0-SNAPSHOT +VERSION_NAME=1.1.0 POM_ARTIFACT_ID=autofill-parser POM_NAME=autofill-parser POM_DESCRIPTION=Android library for low-level parsing of Autofill structures -- cgit v1.2.3