From 004e57639f3cf3431512f4e131582b49aefdb4d3 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Thu, 22 Nov 2018 22:34:16 +0100 Subject: [PATCH] Release 0.10.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0b2d5..5805e5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,15 @@ 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] + +## [0.10.0] - 2018-11-22 ## Added - Add parameter to sumarize the results in a JUnit XML compatible format. This format can be parsed by many reporting tools, including Gitlab CI and Jenkins. ## Changed - Update to reqwest 0.9. This makes git-mirror compatible with OpenSSL 1.1.1. +- Update dependencies ## [0.9.1] - 2018-08-24 ## Changed