File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 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/).
55
66## [ Unreleased]
77
8+ ## [ 1.1.0] - 2016-05-20
9+
810### Added
911
1012* Added a [ Code of Conduct] ( CODE_OF_CONDUCT.md )
@@ -76,7 +78,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7678
7779* Initial Release
7880
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
8083[ 1.0.5 ] : https://github.com/civisanalytics/swagger-diff/compare/v1.0.4...v1.0.5
8184[ 1.0.4 ] : https://github.com/civisanalytics/swagger-diff/compare/v1.0.3...v1.0.4
8285[ 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 11module Swagger
22 module Diff
3- VERSION = '1.0.5 ' . freeze
3+ VERSION = '1.1.0 ' . freeze
44 end
55end
You can’t perform that action at this time.
0 commit comments