From 2c061a01632bcd2c3ad15f6ecdfc9b5ff10a443a Mon Sep 17 00:00:00 2001 From: Suzuki Shunsuke Date: Sun, 19 May 2019 16:30:23 +0900 Subject: [PATCH] chore(release): 2.3.2 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30424f57..a305b483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [2.3.2](https://github.com/suzuki-shunsuke/go-graylog/compare/v2.3.1...v2.3.2) (2019-05-19) + + +### Bug Fixes + +* add the input type InputTypeRawKafka ([83132bd](https://github.com/suzuki-shunsuke/go-graylog/commit/83132bd)), closes [#73](https://github.com/suzuki-shunsuke/go-graylog/issues/73) + + + ## [2.3.1](https://github.com/suzuki-shunsuke/go-graylog/compare/v2.3.0...v2.3.1) (2019-05-19) diff --git a/package-lock.json b/package-lock.json index 4c4f890a..524829bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 014c8a14..36506bad 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.3.1", + "version": "2.3.2", "scripts": { "release": "standard-version", "test": "bash scripts/test.sh",