diff --git a/CHANGELOG.md b/CHANGELOG.md index 53213f2..d3e1e88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ### HEAD + +### 0.8.0 - 2014-07-22 * Clean up documentation and featureRequest * Create separate CHANGELOG file * Prevent the default gesture on the browser (Merge #23) @@ -18,15 +20,15 @@ * fixes indicators touch sensitivity [#9](https://github.com/ixisio/bootstrap-touch-carousel/issues/9) * code refactoring -### 0.5.0 +### 0.5.0 - 2014-11-30 * add resize/orientation events and resize the carousel to its parent element width [#5](https://github.com/ixisio/bootstrap-touch-carousel/issues/5) * Some minor bugfixes * update docs -### 0.3.0 +### 0.3.0 - 2014-11-30 * Update to grunt@0.4.2 -### 0.2.0 +### 0.2.0 - 2013-10-20 * MSPointer benchmarks * fixes [#3](https://github.com/ixisio/bootstrap-touch-carousel/issues/3), touch optimizes indicator pills * [#2](https://github.com/ixisio/bootstrap-touch-carousel/issues/2), display captions on portait orientation iPad diff --git a/bower.json b/bower.json index 50e9b96..0e5f327 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bootstrap-touch-carousel", - "version": "0.7.1", + "version": "0.8.0", "homepage": "https://github.com/ixisio/bootstrap-touch-carousel", "authors": [ "Andreas Klein", diff --git a/package.json b/package.json index 95e3871..7f140ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap-touch-carousel", "description": "A drop-in perfection for Twitter Bootstrap's Carousel (v3) to enable gestures on touch devices.", - "version": "0.7.1", + "version": "0.8.0", "keywords": [ "bootstrap", "touch",