Skip to content

Commit

Permalink
add release info
Browse files Browse the repository at this point in the history
  • Loading branch information
artyomnikolaev committed Aug 18, 2021
1 parent c18211e commit 8a09dff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ test:
key: ${CI_PROJECT_ID}
paths:
- .gradle/*
allow_failure: true

generateReleaseApp:
tags:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.1] - Login SDK - 2021-08-18

### Fixed

- Login API arguments


## [0.16.0] - Payments SDK - 2021-06-30

### Added
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ buildscript {
ext.inventory_sdk_version_name = '1.0.2'
ext.inventory_sdk_version_code = 3

ext.login_sdk_version_name = '1.2.0'
ext.login_sdk_version_code = 15
ext.login_sdk_version_name = '1.2.1'
ext.login_sdk_version_code = 16

ext.sample_app_version_name = '1.6.0'
ext.sample_app_version_code = 19
Expand Down

0 comments on commit 8a09dff

Please sign in to comment.