Skip to content

Commit

Permalink
Preparing v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jan 2, 2017
1 parent c4688dd commit 1e45505
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. This projec
## [Unreleased]

* Your contribution here!

## [1.1.2][] (2017-01-02)

* Add Ruby 2.4.0 to testing matrix and fix Ruby 2.4 deprecation warnings

## [1.1.1][] (2016-09-09)
Expand Down Expand Up @@ -123,7 +126,8 @@ There are, however, many behind-the-scenes changes and improvements to overall c
* Initial release

[Semver]: http://semver.org
[Unreleased]: https://github.com/mattbrictson/airbrussh/compare/v1.1.1...HEAD
[Unreleased]: https://github.com/mattbrictson/airbrussh/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/mattbrictson/airbrussh/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/mattbrictson/airbrussh/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/mattbrictson/airbrussh/compare/v1.0.2...v1.1.0
[1.0.2]: https://github.com/mattbrictson/airbrussh/compare/v1.0.1...v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion lib/airbrussh/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Airbrussh
VERSION = "1.1.1".freeze
VERSION = "1.1.2".freeze
end

0 comments on commit 1e45505

Please sign in to comment.