Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Commit 397c89d

Browse files
committed
chore: Version bump
1 parent 36cdb68 commit 397c89d

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.2.1"></a>
2+
## [1.2.1](https://github.com/ajgon/opsworks_ruby/compare/v1.2.0...v1.2.1) (2016-11-27)
3+
4+
5+
### Bug Fixes
6+
7+
* Fixed broken `migration_command` default ([36cdb68](https://github.com/ajgon/opsworks_ruby/commit/36cdb68)), closes [#58](https://github.com/ajgon/opsworks_ruby/issues/58)
8+
9+
10+
111
<a name="1.2.0"></a>
212
# [1.2.0](https://github.com/ajgon/opsworks_ruby/compare/v1.1.2...v1.2.0) (2016-11-02)
313

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.2.0'
62+
version = u'1.2.1'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'1.2.0'
64+
release = u'1.2.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
@@ -5,7 +5,7 @@
55
license 'MIT'
66
description 'Set of chef recipes for OpsWorks based Ruby projects'
77
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
8-
version '1.2.0'
8+
version '1.2.1'
99

1010
depends 'deployer'
1111
depends 'ruby-ng'

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.2.0",
3+
"version": "1.2.1",
44
"description": "Set of chef recipes for OpsWorks based Ruby projects.",
55
"dependencies": {},
66
"devDependencies": {

0 commit comments

Comments
 (0)