Skip to content

Commit

Permalink
Release 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Nov 29, 2013
1 parent 2eb59d7 commit 06556c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 0.24.0

* Fix issues with stubs using type inheritance
* Allow '1' as true value for bool attributes (Tino Junge)

## 0.23.2

* Fix regression in delegator usage by #find due to resource type inheritance.
Expand Down
4 changes: 2 additions & 2 deletions lib/acfs/version.rb
@@ -1,8 +1,8 @@
module Acfs
module VERSION
MAJOR = 0
MINOR = 23
PATCH = 2
MINOR = 24
PATCH = 0
STAGE = nil

STRING = [MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join('.')
Expand Down

0 comments on commit 06556c7

Please sign in to comment.