From 17d3831348bff440e57d3c3fb675c7512cb48ec5 Mon Sep 17 00:00:00 2001 From: Brian Maher Date: Fri, 17 May 2019 11:29:49 +0200 Subject: [PATCH] Increment version. Signed-off-by: Brian Maher --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b1e177..381c1c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.7][] - 2019-05-17 + +### Changed + + - Alignment of badges in README. + ## [1.2.6][] - 2019-05-17 ### Added @@ -53,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - This changelog. +[1.2.7]: https://github.com/zalando-incubator/zelt/compare/v1.2.6...v1.2.7 [1.2.6]: https://github.com/zalando-incubator/zelt/compare/v1.2.5...v1.2.6 [1.2.5]: https://github.com/zalando-incubator/zelt/compare/v1.2.4...v1.2.5 [1.2.4]: https://github.com/zalando-incubator/zelt/compare/9513e05cb6f20ddb3459095ff771e1e8ad1ae299...3b5cc6bb09c923fa713d5f1348b39c7def97afeb diff --git a/pyproject.toml b/pyproject.toml index 25b9da7..4a9851a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zelt" -version = "1.2.6" +version = "1.2.7" description = "Zalando end-to-end load tester" authors = [ "Brian Maher ",