Skip to content

Commit

Permalink
Prepare for release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiansimson committed Jan 11, 2021
1 parent cf9e88e commit 138bd05
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,6 @@
# Change Log
## 1.2.1 (2021-01-11)
- Fix: [#33](https://github.com/castle/castle-android/pull/33) Change format of generated user agent to make sure that parts are parsed correctly

## 1.2.0 (2020-10-05)
- Feature: [#32](https://github.com/castle/castle-android/pull/31) Add ability to enable cloudflare app proxy usage
Expand Down
2 changes: 1 addition & 1 deletion castle/bintray.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.jfrog.bintray'
apply plugin: 'com.github.dcendents.android-maven'

def POM_VERSION = '1.2.0'
def POM_VERSION = '1.2.1'
def POM_GROUP_ID = 'io.castle.android'
def POM_ARTIFACT_ID = 'castle'
def POM_DESCRIPTION = 'Android client library for Castle'
Expand Down
2 changes: 1 addition & 1 deletion castle/build.gradle
Expand Up @@ -17,7 +17,7 @@ android {
minSdkVersion 21
targetSdkVersion 28
versionCode 1
versionName '1.2.0'
versionName '1.2.1'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
2 changes: 1 addition & 1 deletion castle/src/test/AndroidManifest.xml
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.castle.android"
android:versionCode="1"
android:versionName="1.2.0"
android:versionName="1.2.1"
android:label="Castle">

<uses-permission android:name="android.permission.INTERNET" />
Expand Down

0 comments on commit 138bd05

Please sign in to comment.