diff --git a/CHANGELOG.md b/CHANGELOG.md index d0a7434..2df6283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +# v0.8.1 (2018-08-15) +## Bug Fixes +* **interchange** + - Update tests to accommodate newer browsers ([kristinalim/angular-foundation#2](https://github.com/kristinalim/angular-foundation/pull/2)) +* **modal** + - Fix vertical position of modal when ".reveal-modal" has % "top" property ([kristinalim/angular-foundation#1](https://github.com/kristinalim/angular-foundation/pull/1)) + # v0.8.0 (2015-10-13) ## Features diff --git a/package.json b/package.json index ef359c4..6106d0c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Pinecone, LLC", "name": "angular-mm-foundation", - "version": "0.8.1-SNAPSHOT", + "version": "0.8.1", "homepage": "http://pineconellc.github.io/angular-foundation/", "repository": { "type": "git",