Skip to content

Commit 94123de

Browse files
authored
Merge pull request #52 from civisanalytics/1.1.1
Prepping 1.1.1 release
2 parents 78b4b64 + e7aea70 commit 94123de

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.1] - 2017-08-23
9+
810
### Added
911

1012
* Added 2.4 to the Travis matrix
@@ -95,7 +97,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9597

9698
* Initial Release
9799

98-
[Unreleased]: https://github.com/civisanalytics/swagger-diff/compare/v1.1.0...HEAD
100+
[Unreleased]: https://github.com/civisanalytics/swagger-diff/compare/v1.1.1...HEAD
101+
[1.1.0]: https://github.com/civisanalytics/swagger-diff/compare/v1.1.0...v1.1.1
99102
[1.1.0]: https://github.com/civisanalytics/swagger-diff/compare/v1.0.5...v1.1.0
100103
[1.0.5]: https://github.com/civisanalytics/swagger-diff/compare/v1.0.4...v1.0.5
101104
[1.0.4]: https://github.com/civisanalytics/swagger-diff/compare/v1.0.3...v1.0.4

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

0 commit comments

Comments
 (0)