Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.10.1 #141

Merged
merged 2 commits into from Oct 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## v0.10.1

### Technical improvements

- Fixed bug with session not being recorded

### User experience

- Hotfix for v0.10.0

## v0.10.0

### Technical improvements
Expand Down
6 changes: 3 additions & 3 deletions gradle/versions.gradle
Expand Up @@ -14,9 +14,9 @@ ext {
android_x_constraint_layout = '1.1.3'
android_x_multidex = '2.0.1'

vision = '0.10.0'
teaser_version_name = '0.10.0'
teaser_version_code = 19
vision = '0.10.1'
teaser_version_name = '0.10.1'
teaser_version_code = 20

mapbox_navigation = '0.41.0'
mapbox_sdk = '8.1.0'
Expand Down