Skip to content

Commit

Permalink
Prepare for 6.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
newmanw committed Sep 18, 2018
1 parent 127f9b0 commit aef36a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@ All notable changes to this project will be documented in this file.
Adheres to [Semantic Versioning](http://semver.org/).

---
## 6.1.3 (TBD)
## 6.2.1 (TBD)

* TBD

##### Features
* Show error message from server on invalid login attempt.

##### Bug Fixes

## [6.2.0](https://github.com/ngageoint/mage-android/releases/tag/6.2.0) (09-18-2018)

##### Features
* Add mgrs edit/view feature.
* Show error message from server on invalid login attempt.

##### Bug Fixes
* Don't remove token before logout request.
Expand Down
2 changes: 1 addition & 1 deletion mage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply plugin: 'maven-publish'

group 'mil.nga.giat.mage'
archivesBaseName = 'mage-android'
version '6.1.3'
version '6.2.0'
ext {
versionCode = 56
sourceRefspec = Grgit.open().head().id
Expand Down

0 comments on commit aef36a9

Please sign in to comment.