We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eeae205 + b47c2b8 commit bf58f3aCopy full SHA for bf58f3a
CHANGELOG.md
@@ -115,7 +115,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
115
116
* Initial Release
117
118
-[Unreleased]: https://github.com/civisanalytics/swagger-diff/compare/v1.1.2...HEAD
+[2.0.0]: https://github.com/civisanalytics/swagger-diff/compare/v1.1.2...v2.0.0
119
[1.1.2]: https://github.com/civisanalytics/swagger-diff/compare/v1.1.1...v1.1.2
120
[1.1.1]: https://github.com/civisanalytics/swagger-diff/compare/v1.1.0...v1.1.1
121
[1.1.0]: https://github.com/civisanalytics/swagger-diff/compare/v1.0.5...v1.1.0
lib/swagger/diff/version.rb
@@ -1,5 +1,5 @@
1
module Swagger
2
module Diff
3
- VERSION = '1.1.2'.freeze
+ VERSION = '2.0.0'.freeze
4
end
5
0 commit comments