diff --git a/bower.json b/bower.json index 83516a6a..9da084c3 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-validation", - "version": "0.9.2", + "version": "0.10.0", "description": "This is a validation interface for hooking in to Aurelia's binding and templating engines.", "keywords": [ "aurelia", diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 354d67be..42516538 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [0.10.0](https://github.com/aurelia/validation/compare/0.9.2...v0.10.0) (2016-06-22) + + +### Bug Fixes + +* **validate-binding-behavior:** IE11 compat ([396e785](https://github.com/aurelia/validation/commit/396e785)), closes [#257](https://github.com/aurelia/validation/issues/257) + + + ### 0.8.1 (2016-05-10) diff --git a/package.json b/package.json index 87d36615..a6c0c751 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-validation", - "version": "0.9.2", + "version": "0.10.0", "description": "This is a validation interface for hooking in to Aurelia's binding and templating engines.", "keywords": [ "aurelia",