Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
chore(release): 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Sep 11, 2019
1 parent 335eb4f commit afc2268
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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.

<a name="8.0.0"></a>
# [8.0.0](https://github.com/suzuki-shunsuke/go-graylog/compare/v7.1.0...v8.0.0) (2019-09-11)


### Bug Fixes

* failed to create a user: Unable to map property external ([11f7d93](https://github.com/suzuki-shunsuke/go-graylog/commit/11f7d93)), closes [#168](https://github.com/suzuki-shunsuke/go-graylog/issues/168)


### Code Refactoring

* refactor Endpoints ([8f7095d](https://github.com/suzuki-shunsuke/go-graylog/commit/8f7095d))


### Features

* support to get stream rule types ([1edca44](https://github.com/suzuki-shunsuke/go-graylog/commit/1edca44))


### BREAKING CHANGES

* change Endpoints's method signatures



<a name="7.1.0"></a>
# [7.1.0](https://github.com/suzuki-shunsuke/go-graylog/compare/v7.0.1...v7.1.0) (2019-08-31)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.1.0",
"version": "8.0.0",
"scripts": {
"release": "standard-version",
"test": "bash scripts/test.sh",
Expand Down

0 comments on commit afc2268

Please sign in to comment.