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

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Jul 3, 2019
1 parent c2c8cb2 commit 041de38
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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="4.0.0"></a>
# [4.0.0](https://github.com/suzuki-shunsuke/go-graylog/compare/v3.3.0...v4.0.0) (2019-07-03)


### Features

* add graylog_dashboard_widget resource ([ebf7443](https://github.com/suzuki-shunsuke/go-graylog/commit/ebf7443))
* support terraform resource graylog_dashboard_widget ([6188000](https://github.com/suzuki-shunsuke/go-graylog/commit/6188000)), closes [#20](https://github.com/suzuki-shunsuke/go-graylog/issues/20)
* support update dashboard cache time and description API ([6be8303](https://github.com/suzuki-shunsuke/go-graylog/commit/6be8303))
* support update dashboard widget API ([11ce42f](https://github.com/suzuki-shunsuke/go-graylog/commit/11ce42f))


### BREAKING CHANGES

* the type of DashboardWidget and Widget.Config change



<a name="3.3.0"></a>
# [3.3.0](https://github.com/suzuki-shunsuke/go-graylog/compare/v3.2.0...v3.3.0) (2019-06-27)

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": "3.3.0",
"version": "4.0.0",
"scripts": {
"release": "standard-version",
"test": "bash scripts/test.sh",
Expand Down

0 comments on commit 041de38

Please sign in to comment.