Skip to content

Commit cca945f

Browse files
committed
🚥 v1.2.0
1 parent 86fab5b commit cca945f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Stoplight uses [Semantic Versioning][1].
44

5+
## v1.2.0 (2015-09-11)
6+
57
- #78: Added a Bugsnag notifier. Thanks, @bolshakov!
68
- Added a Honeybadger notifier.
79
- #77: Added a logger notifier. Thanks again, @bolshakov!

lib/stoplight/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding: utf-8
22

33
module Stoplight
4-
VERSION = Gem::Version.new('1.1.1')
4+
VERSION = Gem::Version.new('1.2.0')
55
end

0 commit comments

Comments
 (0)