Skip to content

Commit 91ff613

Browse files
authored
Merge pull request #57 from civisanalytics/1.1.2
Prepping 1.1.2 release
2 parents 25b983e + a16de6b commit 91ff613

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [1.1.2] - 2017-09-13
9+
810
### Fixed
911

1012
* [#56](https://github.com/civisanalytics/swagger-diff/pull/56)
@@ -102,7 +104,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
102104

103105
* Initial Release
104106

105-
[Unreleased]: https://github.com/civisanalytics/swagger-diff/compare/v1.1.1...HEAD
107+
[Unreleased]: https://github.com/civisanalytics/swagger-diff/compare/v1.1.2...HEAD
108+
[1.1.2]: https://github.com/civisanalytics/swagger-diff/compare/v1.1.1...v1.1.2
106109
[1.1.1]: https://github.com/civisanalytics/swagger-diff/compare/v1.1.0...v1.1.1
107110
[1.1.0]: https://github.com/civisanalytics/swagger-diff/compare/v1.0.5...v1.1.0
108111
[1.0.5]: https://github.com/civisanalytics/swagger-diff/compare/v1.0.4...v1.0.5

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.1'.freeze
3+
VERSION = '1.1.2'.freeze
44
end
55
end

0 commit comments

Comments
 (0)