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.1] - 2017-08-23
9
+
8
10
### Added
9
11
10
12
* Added 2.4 to the Travis matrix
@@ -95,7 +97,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
95
97
96
98
* Initial Release
97
99
98
- [ Unreleased ] : https://github.com/civisanalytics/swagger-diff/compare/v1.1.0...HEAD
100
+ [ Unreleased ] : https://github.com/civisanalytics/swagger-diff/compare/v1.1.1...HEAD
101
+ [ 1.1.0 ] : https://github.com/civisanalytics/swagger-diff/compare/v1.1.0...v1.1.1
99
102
[ 1.1.0 ] : https://github.com/civisanalytics/swagger-diff/compare/v1.0.5...v1.1.0
100
103
[ 1.0.5 ] : https://github.com/civisanalytics/swagger-diff/compare/v1.0.4...v1.0.5
101
104
[ 1.0.4 ] : https://github.com/civisanalytics/swagger-diff/compare/v1.0.3...v1.0.4
Original file line number Diff line number Diff line change 1
1
module Swagger
2
2
module Diff
3
- VERSION = '1.1.0 ' . freeze
3
+ VERSION = '1.1.1 ' . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments