From f40ed15ad591e60928e92c888f551a8972b74203 Mon Sep 17 00:00:00 2001 From: Steve Grunwell Date: Sun, 14 Jan 2018 17:00:34 -0500 Subject: [PATCH] Version bump to 1.1.0 --- CHANGELOG.md | 3 ++- README.md | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3099b8..dc02bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.1.0] - 2018-01-14 * Added the `assertElementContains()`, `assertElementNotContains()`, `assertElementRegExp()`, and `assertElementNotRegExp()` assertions, for verifying the contents of elements that match the given DOM query ([#6]). * Moved the `Tests` namespace into a development-only autoloader, to prevent them from potentially being included in projects using this library ([#7]). @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [Unreleased]: https://github.com/stevegrunwell/phpunit-markup-assertions/compare/master...develop +[1.1.0]: https://github.com/stevegrunwell/phpunit-markup-assertions/releases/tag/v1.1.0 [1.0.0]: https://github.com/stevegrunwell/phpunit-markup-assertions/releases/tag/v1.0.0 [#6]: https://github.com/stevegrunwell/phpunit-markup-assertions/issues/6 [#7]: https://github.com/stevegrunwell/phpunit-markup-assertions/issues/7 diff --git a/README.md b/README.md index 817859e..8c66e88 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,6 @@ These are the assertions made available to PHPUnit via the `MarkupAssertionsTrai * [`assertSelectorCount()`](#assertselectorcount) * [`assertHasElementWithAttributes()`](#asserthaselementwithattributes) * [`assertNotHasElementWithAttributes()`](#assertnothaselementwithattributes) - * [`assertElementContains()`](#assertelementcontains) * [`assertElementNotContains()`](#assertelementnotcontains) * [`assertElementRegExp()`](#assertelementregexp)