Skip to content

Commit a699faf

Browse files
committed
0.0.3
1 parent 534cf1c commit a699faf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.0.3 (2014/01/30)
2+
3+
Enhancement:
4+
5+
* Add `aggregate` option
6+
* Add `add_tag_prefix` and `remove_tag_prefix` options
7+
* Add `remove_tag_slice` option
8+
19
## 0.0.2 (2014/01/23)
210

311
Changes:

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.2"
6+
gem.version = "0.0.3"
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)