diff --git a/CHANGELOG.md b/CHANGELOG.md index b315f8f1..1461ce9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ ## Changelog -### v0.5.8 (master, released on Aug 5th 2015) +### v0.5.9 (master, released on Dec 14th 2015) +#### Features +- Reload table on specific page [#160](https://github.com/Zizzamia/ng-tasty/issues/160) + +#### Bug Fixes +- Fixed table function runs twice when it is in an Angular-Material mdTab directive #176 [#153](https://github.com/Zizzamia/ng-tasty/issues/176) +- Fixed paramsObj causing circular object JSON error [#159](https://github.com/Zizzamia/ng-tasty/issues/159) + +### v0.5.8 (released on Aug 5th 2015) #### Bug Fixes - Fixed paramsObj does not match params #153 [#153](https://github.com/Zizzamia/ng-tasty/issues/153) diff --git a/bower.json b/bower.json index 52124662..17b264f1 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "ng-tasty", - "version": "0.5.8", + "version": "0.5.9", "homepage": "https://github.com/Zizzamia/ng-tasty", "authors": [ { diff --git a/package.json b/package.json index 98273678..76385d4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-tasty", - "version": "0.5.8", + "version": "0.5.9", "description": "A lightweight, flexible, and tasty collection of reusable UI components for AngularJS.", "main": "dist/ng-tasty-tpls.min.js", "devDependencies": {