Skip to content

Commit e6b95ea

Browse files
committed
0.0.2
1 parent 076bb4d commit e6b95ea

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,3 +1,10 @@
1+
## 0.0.2 (2014/01/23)
2+
3+
Changes:
4+
5+
* Trivial change to output record keys from symbols to strings
6+
17
## 0.0.1 (2014/01/23)
28

39
First release
10+

fluent-plugin-elapsed-time.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)
33

44
Gem::Specification.new do |gem|
55
gem.name = "fluent-plugin-elapsed-time"
6-
gem.version = "0.0.1"
6+
gem.version = "0.0.2"
77
gem.authors = ["Naotoshi Seo"]
88
gem.email = "sonots@gmail.com"
99
gem.homepage = "https://github.com/sonots/fluent-plugin-elapsed-time"

0 commit comments

Comments
 (0)