Skip to content

Commit

Permalink
bump version and update typos (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Dang <[email protected]>
  • Loading branch information
bdangit authored Oct 10, 2017
1 parent e3918ed commit 0028942
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1 +1 @@
unreleased=false
unreleased=true
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [6.1.2](https://github.com/bdangit/chef-influxdb/tree/6.1.2) (2017-10-09)
[Full Changelog](https://github.com/bdangit/chef-influxdb/compare/6.1.1...6.1.2)

**Merged pull requests:**

- update release notes [\#158](https://github.com/bdangit/chef-influxdb/pull/158) ([bdangit](https://github.com/bdangit))
- adding steps to release [\#157](https://github.com/bdangit/chef-influxdb/pull/157) ([bdangit](https://github.com/bdangit))

## [6.1.1](https://github.com/bdangit/chef-influxdb/tree/6.1.1) (2017-10-09)
[Full Changelog](https://github.com/bdangit/chef-influxdb/compare/6.1.0...6.1.1)

**Merged pull requests:**

- make it easy to bump versions [\#156](https://github.com/bdangit/chef-influxdb/pull/156) ([bdangit](https://github.com/bdangit))
- update changelog [\#155](https://github.com/bdangit/chef-influxdb/pull/155) ([bdangit](https://github.com/bdangit))

## [6.1.0](https://github.com/bdangit/chef-influxdb/tree/6.1.0) (2017-10-06)
[Full Changelog](https://github.com/bdangit/chef-influxdb/compare/6.0.0...6.1.0)

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
$ rake changelog
```

6. Commit the `CHANGELOG.md` and `VERSION` changes and push your branch.
6. Commit the `CHANGELOG.md` and `metadata.rb` changes and push your branch.

7. Issue a new PR await approval.

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
maintainer_email '[email protected]'
license 'MIT'
description 'InfluxDB, a timeseries database'
version '6.1.1'
version '6.1.2'

supports 'centos'
supports 'debian'
Expand Down

0 comments on commit 0028942

Please sign in to comment.