Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b47c2b8

Browse files
committedMar 22, 2023
update changelog and version
1 parent eeae205 commit b47c2b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.