Skip to content

Commit

Permalink
Version bump [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dwbutler committed Jun 8, 2017
1 parent 35fba18 commit a40fbb5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.25.1

- Skip message truncating when there is no message field. [#130](https://github.com/dwbutler/logstash-logger/pull/130)

## 0.25.0

- Drops support for Rails 3.2, MRI Ruby < 2.2, and JRuby 1.7, since these have been EOL'ed.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@ logger = LogStashLogger.new('localhost', 5228, :tcp)
* [Bin Lan](https://github.com/lanxx019)
* [Joao Fernandes](https://github.com/jcmfernandes)
* [CoolElvis](https://github.com/coolelvis)
* [Sergey Pyankov](https://github.com/esergion)

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion lib/logstash-logger/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LogStashLogger
VERSION = "0.25.0"
VERSION = "0.25.1"
end

0 comments on commit a40fbb5

Please sign in to comment.