Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated_docs #111

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 3.3.0
- feature: Added capitalize feature.

## 3.2.0
- Support boolean to integer conversion #107

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Expand Up @@ -24,6 +24,7 @@ Contributors:
* Suyog Rao (suyograo)
* Tal Levy (talevy)
* piavlo
* Abdul Haseeb Hussain (AbdulHaseebHussain)

Note: If you've sent us patches, bug reports, or otherwise contributed to
Logstash, and you aren't on the list above and want to be, please let us know
Expand Down
2 changes: 1 addition & 1 deletion logstash-filter-mutate.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|

s.name = 'logstash-filter-mutate'
s.version = '3.2.0'
s.version = '3.3.0'
s.licenses = ['Apache License (2.0)']
s.summary = "Performs mutations on fields"
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
Expand Down