Skip to content

Commit bcd5357

Browse files
committed
Release v2.1.2
1 parent ff227f2 commit bcd5357

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ omnibus Cookbook CHANGELOG
22
==========================
33
This file is used to list changes made in each version of the omnibus cookbook.
44

5+
v2.1.2 (2014-06-12)
6+
-------------------
7+
## Improvement
8+
- Upgrade to ChefSpec 4
9+
- Use the maximum number of builders when compiling from source
10+
11+
## Bug fixes
12+
- Check `/usr/local/bin/bash` when checking if Bash is installed
13+
- Bump default Ruby version to 2.1.2 to fix readline issues
14+
515
v2.1.0 (2014-05-20)
616
-------------------
717
## Feature

metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Prepares a machine to be an Omnibus builder.'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '2.1.1'
7+
version '2.1.2'
88

99
supports 'centos'
1010
supports 'debian'

0 commit comments

Comments
 (0)