Skip to content

Commit

Permalink
chore(release): Version 1.0.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
PLNech committed Aug 16, 2017
1 parent 96eb97c commit 3032297
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Changelog

## 1.0.1 [Changes](https://github.com/algolia/instantsearch-android/compare/1.0.0...1.0.1) (2017-08-16)

### Bug Fixes

* **InstantSearch:** Restore constructor for single widget ([96eb97c](https://github.com/algolia/instantsearch-android/commit/96eb97c))




## 1.0.0 [Changes](https://github.com/algolia/instantsearch-android/compare/0.8.0...1.0.0) (2017-08-11)

## Bug Fixes
### Bug Fixes

* **AlgoliaHitView:** Make result final ([7540f8c](https://github.com/algolia/instantsearch-android/commit/7540f8c))
* **docs:** Typo ([d30216b](https://github.com/algolia/instantsearch-android/commit/d30216b))
Expand All @@ -14,7 +23,7 @@
* **TwoValuesToggle:** refine on first value before first toggle ([9562f1b](https://github.com/algolia/instantsearch-android/commit/9562f1b))


## Features
### Features

* **AlgoliaWidget:** Replace onReset method by subscription to ResetEvents ([ab09f84](https://github.com/algolia/instantsearch-android/commit/ab09f84))
* **events:** Send events on QueryText{Change,Submit} ([75b8b6b](https://github.com/algolia/instantsearch-android/commit/75b8b6b))
Expand All @@ -29,7 +38,7 @@

## 0.8.0 (2017-03-27)

## Migration notice
### Migration notice
* Rename InstantSearchHelper to InstantSearch ([f8d31b5](https://github.com/algolia/instantsearch-android/commit/f8d31b5))

### Features
Expand Down
2 changes: 1 addition & 1 deletion instantsearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ext {
REPO = WEBSITE + ".git"
LICENSE = 'MIT'
LICENSE_URL = "http://www.opensource.org/licenses/mit-license.php"
VERSION = '1.0.0'
VERSION = '1.0.1'
VERSION_DESC = 'Version Beta ' + VERSION

VERSION_APPCOMPAT = '25.3.1'
Expand Down

0 comments on commit 3032297

Please sign in to comment.