Skip to content

Commit 51358bd

Browse files
bump version to 3.1.5
1 parent 0df3b6d commit 51358bd

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.1.5
2+
- Fixed @timestamp handling, BSON::ObjectId generation, close method [#57](https://github.com/logstash-plugins/logstash-output-mongodb/pull/57)
3+
14
## 3.1.4
25
- Docs: Set the default_codec doc attribute.
36

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Contributors:
1515
* Richard Pijnenburg (electrical)
1616
* bitsofinfo (bitsofinfo)
1717
* Guy Boertje (guyboertje)
18+
* Colin Surprenant (colinsurprenant)
1819

1920
Note: If you've sent us patches, bug reports, or otherwise contributed to
2021
Logstash, and you aren't on the list above and want to be, please let us know

logstash-output-mongodb.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-mongodb'
3-
s.version = '3.1.4'
3+
s.version = '3.1.5'
44
s.licenses = ['Apache License (2.0)']
55
s.summary = "Writes events to MongoDB"
66
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"

0 commit comments

Comments
 (0)