File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 1.1.2] - 2017-09-13
9
+
8
10
### Fixed
9
11
10
12
* [ #56 ] ( https://github.com/civisanalytics/swagger-diff/pull/56 )
@@ -102,7 +104,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
102
104
103
105
* Initial Release
104
106
105
- [ Unreleased ] : https://github.com/civisanalytics/swagger-diff/compare/v1.1.1...HEAD
107
+ [ Unreleased ] : https://github.com/civisanalytics/swagger-diff/compare/v1.1.2...HEAD
108
+ [ 1.1.2 ] : https://github.com/civisanalytics/swagger-diff/compare/v1.1.1...v1.1.2
106
109
[ 1.1.1 ] : https://github.com/civisanalytics/swagger-diff/compare/v1.1.0...v1.1.1
107
110
[ 1.1.0 ] : https://github.com/civisanalytics/swagger-diff/compare/v1.0.5...v1.1.0
108
111
[ 1.0.5 ] : https://github.com/civisanalytics/swagger-diff/compare/v1.0.4...v1.0.5
Original file line number Diff line number Diff line change 1
1
module Swagger
2
2
module Diff
3
- VERSION = '1.1.1 ' . freeze
3
+ VERSION = '1.1.2 ' . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments