diff --git a/app/build.gradle b/app/build.gradle
index 2b182320..14514c97 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -27,8 +27,8 @@ android {
applicationId "com.fastaccess.github"
minSdkVersion 21
targetSdkVersion 25
- versionCode 151
- versionName "1.5.1"
+ versionCode 160
+ versionName "1.6.0"
signingConfig signingConfigs.signing
buildConfigString "GITHUB_CLIENT_ID", (buildProperties.secrets['github_client_id'] | buildProperties.notThere['github_client_id']).string
buildConfigString "GITHUB_SECRET", (buildProperties.secrets['github_secret'] | buildProperties.notThere['github_secret']).string
diff --git a/app/src/main/res/raw/changelog.html b/app/src/main/res/raw/changelog.html
index 0171b463..9c0802ef 100644
--- a/app/src/main/res/raw/changelog.html
+++ b/app/src/main/res/raw/changelog.html
@@ -2,59 +2,30 @@
- Untitled Document.md
+ Changelog
-
-FastHub changelog
-
-Version 1.5.0 (Dark Theme is finally fixed)
-
-New Features / Enhancements
-
+FastHub changelog
+Version 1.6.0 (Organization Support)
+New Features / Fixes
- - Comments & Labels are combined under one screen in PRs & Issues.#226 #59
-
- - Redesign of Comments.#59
-
- - Creating Issues/PRs Labels. #220
-
- - Adding Drawer Menu to most screens that needs one.#213
-
- - Adding description to create Milestone.#217
-
- - Long pressing on Back Button shall closes everything and opens Main screen.
-
- - Remove Labels from Issues/PRs.#224
-
- - Comments Reactions in Issues/PRs. Only reactions no revert).#194
+ - (New) Organization support (accessible from drawer menu).
+ - (New) Commit Count in repos commit.
+ - (Enhancement) Hacky way of handling reactions (blame GitHub API).
+ - (Fix) Starred & Watched icons on orientation change doesn’t retain their state.
+ - (Fix) App might crash due to some database constraints.
+ - (Fix) Releases tab might have empty list.
+ - (Fix) Notification icon is missing in statusbar.
+ - (Fix) White statusbar in About screen. About screen now should follow the selected theme.
-
-Bug Fxies
-
-
- - Almost all bugs caught by Firebase.
-
- - Dark Theme.
-
- - OVerlapping in Repo View.
-
- - Wrong links handling.
-
- - Lag that occurs after FastHub v1.2.0.
-
- - And a lot more that I can't really remember.
-
-
- P.S: Releases will usually happen in Sunday, so please stay tuned for more stuff :).
-
- Please notice: Organization is my highest priority for the next release, please stay tuned & patience.
-
- FastHub in a month has closed 176 issues & feature requests, its a one man job, so please bare with me.
+ P.S: Releases will usually happen in Sunday unless if urgent release, so please stay tuned for more stuff :).
+
+
+ Please notice: Organization is yet to be fully supported
-
Thank you very much
+
\ No newline at end of file