Skip to content

Commit

Permalink
chore: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgon committed Jun 24, 2018
1 parent fe01d45 commit 2677426
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="1.10.1"></a>
## [1.10.1](https://github.com/ajgon/opsworks_ruby/compare/v1.10.0...v1.10.1) (2018-06-24)


### Bug Fixes

* do not read pidfile at each stop retry (prevent from early pidfile deletion) ([c5f0fe4](https://github.com/ajgon/opsworks_ruby/commit/c5f0fe4)), closes [#163](https://github.com/ajgon/opsworks_ruby/issues/163)
* **framework:** added environment variables context to bundle install ([fe01d45](https://github.com/ajgon/opsworks_ruby/commit/fe01d45)), closes [#167](https://github.com/ajgon/opsworks_ruby/issues/167)


### Features

* **appserver:** support rails restart command on puma. ([bb04fb4](https://github.com/ajgon/opsworks_ruby/commit/bb04fb4))
* **db:** added postgis driver ([6b3c058](https://github.com/ajgon/opsworks_ruby/commit/6b3c058)), closes [#165](https://github.com/ajgon/opsworks_ruby/issues/165)



<a name="1.10.0"></a>
# [1.10.0](https://github.com/ajgon/opsworks_ruby/compare/v1.9.1...v1.10.0) (2018-06-10)

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.10.0'
version = u'1.10.1'
# The full version, including alpha/beta/rc tags.
release = u'1.10.0'
release = u'1.10.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
license 'MIT'
description 'Set of chef recipes for OpsWorks based Ruby projects'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.10.0'
version '1.10.1'
chef_version '~> 12.0' if respond_to?(:chef_version)

depends 'apt', '< 7.0'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opsworks_ruby",
"version": "1.10.0",
"version": "1.10.1",
"description": "Set of chef recipes for OpsWorks based Ruby projects.",
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 2677426

Please sign in to comment.