Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Release 0.12.0 (#359)
Browse files Browse the repository at this point in the history
* Prepare release 0.12.0

* Update CHANGELOG

* Change version name

Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: Łukasz Rutkowski <Tunous@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 10, 2021
1 parent 9660c55 commit 4da1049
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.12.0] - 2021-01-10

### Added

- Support for multiple accounts ([#329](https://github.com/Tunous/Dawn/pull/329))

## [0.11.0] - 2020-09-22

### Added
Expand Down Expand Up @@ -162,7 +168,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

Changes before the fork has been made.

[Unreleased]: https://github.com/Tunous/Dawn/compare/0.11.0...HEAD
[Unreleased]: https://github.com/Tunous/Dawn/compare/0.12.0...HEAD

[0.12.0]: https://github.com/Tunous/Dawn/compare/0.11.0...0.12.0

[0.11.0]: https://github.com/Tunous/Dawn/compare/0.10.0...0.11.0

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
minSdkVersion versions.minSdk
targetSdkVersion versions.compileSdk
versionCode 21
versionName "0.11.1"
versionName "0.12.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/21.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
0.12.0 - 2021-01-10

Added
Support for multiple accounts #329

0 comments on commit 4da1049

Please sign in to comment.