Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Shandilya <[email protected]>
  • Loading branch information
Harsh Shandilya committed Nov 26, 2019
1 parent 9c9d6e4 commit 6231a2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release Notes

### [Unreleased]

### [5.2.6] - 2019-11-27
- Update libwg-go and build with Go 1.13.4
- Add Tasker plugin support to simplify integration (by Rafhaan Shah)
- Allow using PIN/password/pattern as fallback authentication
Expand Down Expand Up @@ -112,7 +114,8 @@ the only ones which use the tunnel for networking.
- Ensure command line tools know the correct paths to probe for config files
- Update userspace implementation to work with Android 9's bionic restrictions

[Unreleased]: https://github.com/msfjarvis/viscerion/compare/5.2.5...HEAD
[Unreleased]: https://github.com/msfjarvis/viscerion/compare/5.2.6...HEAD
[5.2.6]: https://github.com/msfjarvis/viscerion/releases/5.2.6
[5.2.5]: https://github.com/msfjarvis/viscerion/releases/5.2.5
[5.2.4]: https://github.com/msfjarvis/viscerion/releases/5.2.4
[5.2.3]: https://github.com/msfjarvis/viscerion/releases/5.2.3
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ext.versions = [
minSdk: 21,
targetSdk: 29,
compileSdk: 29,
versionCode: 5250,
versionName: "5.2.5",
versionCode: 5260,
versionName: "5.2.6",
buildTools: "29.0.2"
]

Expand Down

0 comments on commit 6231a2c

Please sign in to comment.