diff --git a/CHANGELOG.md b/CHANGELOG.md index fbd6cc3b36..4bf3753965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### v0.7.0 + * 223ea76 - Merge pull request #32 from SimKev2/pacturls (Matthew Balvanz, Sun Jul 16 08:41:14 2017 -0500) + * e382eb4 - Add tests for #36 SomethingLike not supporting Terms (Matthew Balvanz, Sun Jul 16 08:36:58 2017 -0500) + * 05b4d70 - Merge pull request #37 from jeanbaptistepriez/fix-somethinglike (Matthew Balvanz, Sun Jul 16 08:30:28 2017 -0500) + * 29a2518 - Fix json generation of SomethingLike (https://github.com/pact-foundation/pact-python/issues/36) (jean-baptiste.priez, Wed Jul 12 20:01:58 2017 +0200) + * b6e1a8b - Issue: Cannot supply multiple files to pact-verifier - PR: Added deprecation warning instead of making api-breaking change (simkev2, Sat Jun 24 20:05:05 2017 -0500) + * 17aa15b - Issue: Cannot supply multiple files to pact-verifier - Updated '--pact-urls' to be a single comma separated string argument - Added '--pact-url' which can be specified multiple times (simkev2, Sat Jun 24 12:57:51 2017 -0500) + * 65b493d - Merge pull request #33 from bethesque/reamde (Matthew Balvanz, Tue Jun 27 08:58:08 2017 -0500) + * f5a5958 - Update README.md (Beth Skurrie, Sun Jun 25 10:37:03 2017 +1000) + ### v0.6.2 * 69caa40 - Merge pull request #35 from pact-foundation/fix-broker-credentials (Matt Fellows, Tue Jun 27 20:49:35 2017 +1000) * d60f37f - Fix the use of broker credentials (Matthew Balvanz, Mon Jun 26 21:14:53 2017 -0500) diff --git a/RELEASING.md b/RELEASING.md index c7cc568fd8..7b2b82c5bf 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -8,19 +8,19 @@ 3. Update the `CHANGELOG.md` using: - $ git log --pretty=format:' * %h - %s (%an, %ad)' vX.Y.Z..HEAD + `$ git log --pretty=format:' * %h - %s (%an, %ad)' vX.Y.Z..HEAD` 4. Add files to git - $ git add CHANGELOG.md pact/__version__.py + `$ git add CHANGELOG.md pact/__version__.py` 5. Commit - $ git commit -m "Releasing version X.Y.Z" + `$ git commit -m "Releasing version X.Y.Z"` 6. Tag - $ git tag -a vX.Y.Z -m "Releasing version X.Y.Z" && git push origin --tags + `$ git tag -a vX.Y.Z -m "Releasing version X.Y.Z" && git push origin --tags` 7. Wait until travis has run and the new tag is available at https://github.com/pact-foundation/pact-python/releases/tag/vX.Y.Z