Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
redwarp committed Oct 7, 2022
1 parent 35c37f6 commit d057f4d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file.

## [2.1.0] - 2022-10-07

### Bug Fixes

- Landscape insets not properly set

### Features

- Add Basque language ([#278](https://github.com/redwarp/gif-wallpaper/issues/278))

### Miscellaneous Tasks

- Bump coil-compose from 2.2.1 to 2.2.2 ([#275](https://github.com/redwarp/gif-wallpaper/issues/275))
- Bump robolectric from 4.8.2 to 4.9 ([#276](https://github.com/redwarp/gif-wallpaper/issues/276))
- Bump kotlin from 1.7.10 to 1.7.20

## [2.0.4] - 2022-09-27

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "net.redwarp.gifwallpaper"
minSdkVersion 21
targetSdkVersion 33
versionCode 72
versionName "2.0.4"
versionCode 73
versionName "2.1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/73.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Landscape insets not properly set
- Add Basque language ([#278](https://github.com/redwarp/gif-wallpaper/issues/278))

0 comments on commit d057f4d

Please sign in to comment.