Skip to content

Commit 39a1bac

Browse files
authoredOct 10, 2017
bump version (#162)
Signed-off-by: Ben Dang <me@bdang.it>
1 parent 70e4069 commit 39a1bac

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed
 

‎CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
# Change Log
22

3-
## [6.1.2](https://github.com/bdangit/chef-influxdb/tree/6.1.2) (2017-10-09)
3+
## [6.1.3](https://github.com/bdangit/chef-influxdb/tree/6.1.3) (2017-10-10)
4+
[Full Changelog](https://github.com/bdangit/chef-influxdb/compare/6.1.2...6.1.3)
5+
6+
**Fixed bugs:**
7+
8+
- Make 'retry' argument of InfluxDB::Client configurable [\#150](https://github.com/bdangit/chef-influxdb/issues/150)
9+
10+
**Merged pull requests:**
11+
12+
- Make retry configurable [\#161](https://github.com/bdangit/chef-influxdb/pull/161) ([bdangit](https://github.com/bdangit))
13+
- update release notes with publish step [\#160](https://github.com/bdangit/chef-influxdb/pull/160) ([bdangit](https://github.com/bdangit))
14+
15+
## [6.1.2](https://github.com/bdangit/chef-influxdb/tree/6.1.2) (2017-10-10)
416
[Full Changelog](https://github.com/bdangit/chef-influxdb/compare/6.1.1...6.1.2)
517

618
**Merged pull requests:**
719

20+
- bump version and update typos [\#159](https://github.com/bdangit/chef-influxdb/pull/159) ([bdangit](https://github.com/bdangit))
821
- update release notes [\#158](https://github.com/bdangit/chef-influxdb/pull/158) ([bdangit](https://github.com/bdangit))
922
- adding steps to release [\#157](https://github.com/bdangit/chef-influxdb/pull/157) ([bdangit](https://github.com/bdangit))
1023

‎metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
maintainer_email 'me@bdang.it'
66
license 'MIT'
77
description 'InfluxDB, a timeseries database'
8-
version '6.1.2'
8+
version '6.1.3'
99

1010
supports 'centos'
1111
supports 'debian'

0 commit comments

Comments
 (0)
Please sign in to comment.