Skip to content

Commit 7f3dc82

Browse files
committed
Merge pull request #36 from civisanalytics/1.1
Prepping 1.1.0 release
2 parents 5d1c208 + f9bcd63 commit 7f3dc82

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.0] - 2016-05-20
9+
810
### Added
911

1012
* Added a [Code of Conduct](CODE_OF_CONDUCT.md)
@@ -76,7 +78,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7678

7779
* Initial Release
7880

79-
[Unreleased]: https://github.com/civisanalytics/swagger-diff/compare/v1.0.5...HEAD
81+
[Unreleased]: https://github.com/civisanalytics/swagger-diff/compare/v1.1.0...HEAD
82+
[1.1.0]: https://github.com/civisanalytics/swagger-diff/compare/v1.0.5...v1.1.0
8083
[1.0.5]: https://github.com/civisanalytics/swagger-diff/compare/v1.0.4...v1.0.5
8184
[1.0.4]: https://github.com/civisanalytics/swagger-diff/compare/v1.0.3...v1.0.4
8285
[1.0.3]: https://github.com/civisanalytics/swagger-diff/compare/v1.0.2...v1.0.3

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

0 commit comments

Comments
 (0)