Skip to content

Commit 7b428e9

Browse files
committed
Prepare for 0.7.1 release
1 parent 1db80ba commit 7b428e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

55
## [Unreleased][unreleased]
6+
7+
## [0.7.1] - 2015-03-01
68
### Added
79
- All references can now be obtained from the `ReferenceMap` via `listReferences()` (#73)
810
- Test against PHP 7.0 (nightly) but allow failures
@@ -157,7 +159,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
157159
### Added
158160
- Initial commit (compatible with jgm/stmd:spec.txt @ 0275f34)
159161

160-
[unreleased]: https://github.com/thephpleague/commonmark/compare/0.7.0...HEAD
162+
[unreleased]: https://github.com/thephpleague/commonmark/compare/0.7.1...HEAD
163+
[0.7.1]: https://github.com/thephpleague/commonmark/compare/0.7.0...0.7.1
161164
[0.7.0]: https://github.com/thephpleague/commonmark/compare/0.6.1...0.7.0
162165
[0.6.1]: https://github.com/thephpleague/commonmark/compare/0.6.0...0.6.1
163166
[0.6.0]: https://github.com/thephpleague/commonmark/compare/0.5.1...0.6.0

0 commit comments

Comments
 (0)