We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86fab5b commit cca945fCopy full SHA for cca945f
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
Stoplight uses [Semantic Versioning][1].
4
5
+## v1.2.0 (2015-09-11)
6
+
7
- #78: Added a Bugsnag notifier. Thanks, @bolshakov!
8
- Added a Honeybadger notifier.
9
- #77: Added a logger notifier. Thanks again, @bolshakov!
lib/stoplight/version.rb
@@ -1,5 +1,5 @@
1
# coding: utf-8
module Stoplight
- VERSION = Gem::Version.new('1.1.1')
+ VERSION = Gem::Version.new('1.2.0')
end
0 commit comments