Skip to content

Commit 8d6db59

Browse files
committed
Release 0.1.1
1 parent 43f34da commit 8d6db59

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

elasticsearch-model/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
## 0.1.1
2+
3+
* Improved documentation and tests
4+
* Fixed Kaminari implementation bugs and inconsistencies
5+
16
## 0.1.0 (Initial Version)
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Model
3-
VERSION = "0.1.0"
3+
VERSION = "0.1.1"
44
end
55
end

elasticsearch-rails/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
## 0.1.0 (Initial Version)
1+
## 0.1.1
2+
3+
* Improved the Rake tasks
4+
* Improved the example application templates
5+
6+
## 0.1.1 (Initial Version)
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Rails
3-
VERSION = "0.1.0"
3+
VERSION = "0.1.1"
44
end
55
end

0 commit comments

Comments
 (0)