Skip to content

Commit

Permalink
Update changeling for 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Mar 25, 2016
1 parent a45d51b commit 89fe5b1
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.1.3] - 2016-03-25
- Improve `seePermanentRedirectTo()` to check if destination URL exists.
- Add file-level DocBlock.
- Add missing `@since` tag.
- Fix change log links.

## [0.1.2] - 2016-03-21
- Improve README.
- Use `getHeader()` method instead of fetching from an array.
- Use constants for the protocol string.
- Fix the `@since` tags.

## [0.1.1] - 2016-03-19
- Fix invalid composer.json

## 0.1.0 - 2016-03-19
- Initial release.

[0.1.1]: https://github.com/gamajo/codeception-redirects/compare/v0.1.0...v0.1.1
[Unreleased]: https://github.com/gamajo/codeception-redirects/compare/0.1.3...HEAD
[0.1.3]: https://github.com/gamajo/codeception-redirects/compare/0.1.2...0.1.3
[0.1.2]: https://github.com/gamajo/codeception-redirects/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/gamajo/codeception-redirects/compare/0.1.0...0.1.1

0 comments on commit 89fe5b1

Please sign in to comment.