Skip to content

Commit

Permalink
Merge pull request #50 from 3scale/bump-version-v2.2.1
Browse files Browse the repository at this point in the history
Bump version v2.2.1
  • Loading branch information
eguzki authored Jun 3, 2020
2 parents be0ccf3 + 2224ebc commit 8ac3b8f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.2.1] - 2020-06-02

### Fixed

- fix standard concurrency [PR #49](https://github.com/3scale/perftest-toolkit/pull/49)

## [2.2.0] - 2020-06-02

### Added
Expand Down Expand Up @@ -32,4 +38,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added

- [Buddhi] metric reporter service api [PR #6](https://github.com/3scale/perftest-toolkit/pull/6
- [Buddhi] metric reporter service api [PR #6](https://github.com/3scale/perftest-toolkit/pull/6)
2 changes: 1 addition & 1 deletion buddhi/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMAGE_TAG ?= v2.2.0
IMAGE_TAG ?= v2.2.1
IMAGE_NAME ?= perftest-toolkit:$(IMAGE_TAG)
LATEST_IMAGE ?= perftest-toolkit:v2-latest
REGISTRY ?= quay.io/3scale
Expand Down
2 changes: 1 addition & 1 deletion buddhi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ cat traffic.csv
## Usage

```shell
docker run --rm quay.io/3scale/perftest-toolkit:v2.2.0 -h
docker run --rm quay.io/3scale/perftest-toolkit:v2.2.1 -h
usage: buddhi [options]
-P, --portal Admin portal endpoint
-s, --services 3scale service list
Expand Down
2 changes: 1 addition & 1 deletion buddhi/lib/amp/toolkit/buddhi/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module AMP
module Toolkit
module Buddhi
VERSION = '2.2.0'.freeze
VERSION = '2.2.1'.freeze
end
end
end

0 comments on commit 8ac3b8f

Please sign in to comment.