diff --git a/CHANGELOG.md b/CHANGELOG.md index efb5785..049740a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [0.2.0] - 2016-12-07 ### Added @@ -24,4 +24,4 @@ This project adheres to [Semantic Versioning](http://semver.org/). - `npm` support -[Unreleased]: https://github.com/ztombol/bats-file/compare/v0.1.0...HEAD +[0.2.0]: https://github.com/ztombol/bats-file/compare/v0.1.0...v0.2.0 diff --git a/package.json b/package.json index 70e3e25..ae1b5ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bats-file", - "version": "0.1.0", + "version": "0.2.0", "private": true, "peerDependencies": { "bats-support": "git+https://github.com/ztombol/bats-support.git#v0.3.0"