Skip to content

Commit

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

---
## 6.2.6 (TBD)
## 6.2.7 (TBD)

##### Features

##### Bug Fixes

## [6.2.6](https://github.com/ngageoint/mage-android/releases/tag/6.2.6)

##### Features

##### Bug Fixes
* User avatars now load in feed and profile page
* Fix crash when trying to add audio attachments on some Samsung devices
* Pull observations after switching events

## [6.2.5](https://github.com/ngageoint/mage-android/releases/tag/6.2.5)

Expand Down
4 changes: 2 additions & 2 deletions mage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'maven-publish'
group 'mil.nga.giat.mage'
archivesBaseName = 'mage-android'
version '6.2.5'
version '6.2.6'
ext {
versionCode = 68
versionCode = 69
sourceRefspec = Grgit.open().head().id
}

Expand Down

0 comments on commit 7cdf263

Please sign in to comment.