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.0] - 2016-05-20
9
+
8
10
### Added
9
11
10
12
* Added a [ Code of Conduct] ( CODE_OF_CONDUCT.md )
@@ -76,7 +78,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
76
78
77
79
* Initial Release
78
80
79
- [ Unreleased ] : https://github.com/civisanalytics/swagger-diff/compare/v1.0.5...HEAD
81
+ [ Unreleased ] : https://github.com/civisanalytics/swagger-diff/compare/v1.1.0...HEAD
82
+ [ 1.1.0 ] : https://github.com/civisanalytics/swagger-diff/compare/v1.0.5...v1.1.0
80
83
[ 1.0.5 ] : https://github.com/civisanalytics/swagger-diff/compare/v1.0.4...v1.0.5
81
84
[ 1.0.4 ] : https://github.com/civisanalytics/swagger-diff/compare/v1.0.3...v1.0.4
82
85
[ 1.0.3 ] : https://github.com/civisanalytics/swagger-diff/compare/v1.0.2...v1.0.3
Original file line number Diff line number Diff line change 1
1
module Swagger
2
2
module Diff
3
- VERSION = '1.0.5 ' . freeze
3
+ VERSION = '1.1.0 ' . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments