Skip to content

Commit bf58f3a

Browse files
authored
Merge pull request #72 from civisanalytics/civis-5620-prep.2.0.0-release
[CIVIS-5620] Prep 2.0.0 release
2 parents eeae205 + b47c2b8 commit bf58f3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
115115

116116
* Initial Release
117117

118-
[Unreleased]: https://github.com/civisanalytics/swagger-diff/compare/v1.1.2...HEAD
118+
[2.0.0]: https://github.com/civisanalytics/swagger-diff/compare/v1.1.2...v2.0.0
119119
[1.1.2]: https://github.com/civisanalytics/swagger-diff/compare/v1.1.1...v1.1.2
120120
[1.1.1]: https://github.com/civisanalytics/swagger-diff/compare/v1.1.0...v1.1.1
121121
[1.1.0]: https://github.com/civisanalytics/swagger-diff/compare/v1.0.5...v1.1.0

lib/swagger/diff/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Swagger
22
module Diff
3-
VERSION = '1.1.2'.freeze
3+
VERSION = '2.0.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)