Skip to content

Commit 952c3b1

Browse files
committed
chore: Version bump
1 parent 6b2fb12 commit 952c3b1

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.18.1](https://github.com/ajgon/opsworks_ruby/compare/v1.18.0...v1.18.1) (2020-05-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **setup:** link fullstaq ruby to /usr/local/bin ([559c015](https://github.com/ajgon/opsworks_ruby/commit/559c0158b80182326c371ed366259ef4ef7d0913)), closes [#237](https://github.com/ajgon/opsworks_ruby/issues/237)
7+
8+
9+
110
# [1.18.0](https://github.com/ajgon/opsworks_ruby/compare/v1.17.0...v1.18.0) (2020-02-29)
211

312

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = u'1.18.0'
62+
version = u'1.18.1'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'1.18.0'
64+
release = u'1.18.1'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
license 'MIT'
77
description 'Set of chef recipes for OpsWorks based Ruby projects'
88
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
9-
version '1.18.0'
9+
version '1.18.1'
1010
chef_version '>= 12.0' if respond_to?(:chef_version)
1111

1212
depends 'apt', '< 7.0'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opsworks_ruby",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
44
"description": "Set of chef recipes for OpsWorks based Ruby projects.",
55
"dependencies": {},
66
"devDependencies": {

0 commit comments

Comments
 (0)