Skip to content

Commit

Permalink
Preparing v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jun 15, 2019
1 parent 7b38769 commit 972e755
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.3.2][] (2019-06-15)

* [#121](https://github.com/mattbrictson/airbrussh/pull/121): Gracefully handle SSH output that has invalid UTF-8 encoding instead of raising an exception - [@mattbrictson](https://github.com/mattbrictson)

## [1.3.1][] (2018-11-04)
Expand Down Expand Up @@ -142,7 +145,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.3.1...HEAD
[Unreleased]: https://github.com/mattbrictson/airbrussh/compare/v1.3.2...HEAD
[1.3.2]: https://github.com/mattbrictson/airbrussh/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/mattbrictson/airbrussh/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/mattbrictson/airbrussh/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/mattbrictson/airbrussh/compare/v1.1.2...v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/airbrussh/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Airbrussh
VERSION = "1.3.1".freeze
VERSION = "1.3.2".freeze
end

0 comments on commit 972e755

Please sign in to comment.