diff --git a/CHANGELOG b/CHANGELOG index 595560e2d..9d71d1817 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +1.1.12 (May 7, 2013) + ## filters + - bugfix: useragent filter now works correctly with the built-in regexes.yaml + - bugfix: mail output with smtp now works again + 1.1.11 (May 7, 2013) ## general - This release is primarily a bugfix release for bugs introduced by the diff --git a/lib/logstash/version.rb b/lib/logstash/version.rb index 9e8ebfe5c..8f0ee3a6f 100644 --- a/lib/logstash/version.rb +++ b/lib/logstash/version.rb @@ -1,5 +1,5 @@ # The version of logstash. -LOGSTASH_VERSION = "1.1.12.dev" +LOGSTASH_VERSION = "1.1.12" # Note to authors: this should not include dashes because 'gem' barfs if # you include a dash in the version string.