Skip to content

Commit

Permalink
chore: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgon committed Nov 9, 2018
1 parent 5b7b90f commit 6271d67
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.13.0](https://github.com/ajgon/opsworks_ruby/compare/v1.12.0...v1.13.0) (2018-11-09)


### Bug Fixes

* **db:** Fix typo for aurora postgresql ([1bb2fb5](https://github.com/ajgon/opsworks_ruby/commit/1bb2fb5))


### Features

* **worker:** Support Shoryuken worker library ([5359679](https://github.com/ajgon/opsworks_ruby/commit/5359679))



<a name="1.12.0"></a>
# [1.12.0](https://github.com/ajgon/opsworks_ruby/compare/v1.11.0...v1.12.0) (2018-10-03)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Author: [Igor Rzegocki](https://www.rzegocki.pl/) ([@ajgon](https://github.com/a
* Nathan Flood ([@npflood](https://github.com/npflood))
* Teruo Adachi ([@interu](https://github.com/interu))
* Marcos Beirigo ([@marcosbeirigo](https://github.com/marcosbeirigo))
* John Calvin Young ([@johncalvinyoung](https://github.com/johncalvinyoung))

## License

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.12.0'
version = u'1.13.0'
# The full version, including alpha/beta/rc tags.
release = u'1.12.0'
release = u'1.13.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 2 additions & 0 deletions docs/source/team.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Contributors
* Nathan Flood (`@npflood`_)
* Teruo Adachi (`@interu`_)
* Marcos Beirigo (`@marcosbeirigo`_)
* John Calvin Young (`@johncalvinyoung`_)

.. _Igor Rzegocki: https://www.rzegocki.pl/
.. _@ajgon: https://github.com/ajgon
Expand All @@ -26,3 +27,4 @@ Contributors
.. _@npflood: https://github.com/npflood
.. _@interu: https://github.com/interu
.. _@marcosbeirigo: https://github.com/marcosbeirigo
.. _@johncalvinyoung: https://github.com/johncalvinyoung
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.12.0'
version '1.13.0'
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.12.0",
"version": "1.13.0",
"description": "Set of chef recipes for OpsWorks based Ruby projects.",
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 6271d67

Please sign in to comment.