Skip to content

Commit

Permalink
Prepare for a 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspergrubbe committed Sep 21, 2021
1 parent 821a91d commit f1d6c00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog.rdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
== Unreleased:

== 1.2.0 / 2021-09-21

- Replaced DES-algorithm with Ruby's built-in OpenSSL wrapper instead
- Parse framebuffer width/height and hostname from ServerInitialisation
- Added a project Gemfile
Expand Down
2 changes: 1 addition & 1 deletion lib/net/vnc/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Net
class VNC
VERSION = '1.1.0'.freeze
VERSION = '1.2.0'.freeze
end
end

0 comments on commit f1d6c00

Please sign in to comment.