Skip to content

Commit b4a91b3

Browse files
committed
Version bump v2.0.1 [ci skip]
1 parent 5e4f6bf commit b4a91b3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Omnibus Ruby CHANGELOG
22
======================
33

4+
v2.0.1 (March 18, 2014)
5+
-----------------------
6+
- Fix the name of the `pkg` artifact created on OSX
7+
- Fix new Rubocop warnings
8+
- Update generated `Gemfile` to use Omnibus 2.0
9+
- Switch to using Test Kitchen for generated build labs
10+
411
v2.0.0 (March, 12, 2014)
512
------------------------
613
Major changes:

lib/omnibus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
#
1717

1818
module Omnibus
19-
VERSION = '2.0.0'
19+
VERSION = '2.0.1'
2020
end

0 commit comments

Comments
 (0)