Skip to content

Commit

Permalink
chore: Prepare v2.0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal committed Oct 18, 2018
1 parent 03e6123 commit 66f1f7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Changelog

v2.0.1 (18-10-2018):
#### v2.0.2 (unreleased):

- No changes

#### v2.0.1 (18-10-2018):

- Fix bug related to PSQL revered keyword `user` as column name in UploadedImage preventing users to upload avatars
- Add option to disable FCM token with 403 return code. This code is generated if an FCM token is not generated from the registered app
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

group 'amu'
version '2.0.1-RELEASE'
version '2.0.2-SNAPSHOT'

sourceCompatibility = 1.8

Expand Down

0 comments on commit 66f1f7b

Please sign in to comment.