Skip to content

Commit

Permalink
Bump version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
guntis committed Dec 6, 2016
1 parent d251d51 commit 33d6fa5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,9 @@
## Changelog

### 1.0.5 (2016.12.06)
* Added slug format validation for content nodes
* Fixed broken "Save and create another" feature

### 1.0.4 (2016.11.01)
* fix builder scope resolving in cases when application scope has `nil`
value
Expand All @@ -14,7 +18,7 @@
scope (ex. from now it is possible to have `Admin::FormBuilder` for application wide default admin form builder)

### 2016.10.15
* `Releaf::InstanceCache` has been rewrited for more convient way to define methods to cache.
* `Releaf::InstanceCache` has been rewrited for more convient way to define methods to cache.
It is possible to define either single or array of methods to cache:
```
def SomeClass
Expand Down
2 changes: 1 addition & 1 deletion lib/releaf/version.rb
@@ -1,3 +1,3 @@
module Releaf
VERSION = "1.0.4"
VERSION = "1.0.5"
end

0 comments on commit 33d6fa5

Please sign in to comment.