Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Maher <[email protected]>
  • Loading branch information
bmaher committed May 21, 2019
1 parent 427abb9 commit 9b380b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ 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.8][] - 2019-05-21
## [1.2.9][] - 2019-05-21

### Added

- CI script for checking if the version number has been updated.

## [1.2.8][] - 2019-05-20

### Added

Expand Down Expand Up @@ -69,6 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Implemented `-v`/`--version` option to show Zelt version.
- This changelog.

[1.2.9]: https://github.com/zalando-incubator/zelt/compare/v1.2.8...v1.2.9
[1.2.8]: https://github.com/zalando-incubator/zelt/compare/v1.2.7...v1.2.8
[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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zelt"
version = "1.2.8"
version = "1.2.9"
description = "Zalando end-to-end load tester"
authors = [
"Brian Maher <[email protected]>",
Expand Down

0 comments on commit 9b380b6

Please sign in to comment.