Skip to content

Commit

Permalink
Release v0.9.0 (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliySerov authored Jul 7, 2024
1 parent 96db9d7 commit a911ddb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## unreleased (master)

## 0.9.0 (2024-07-05)

### New Features

* Add `ruby-3.2` to CI
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
onlyoffice_digitalocean_wrapper (0.8.0)
onlyoffice_digitalocean_wrapper (0.9.0)
droplet_kit (~> 3)
net-telnet (~> 0)

Expand Down
2 changes: 1 addition & 1 deletion lib/onlyoffice_digitalocean_wrapper/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module OnlyofficeDigitaloceanWrapper
# @return [String] version of gem
VERSION = '0.8.0'
VERSION = '0.9.0'
# @return [String] name of gem
NAME = 'onlyoffice_digitalocean_wrapper'
end

0 comments on commit a911ddb

Please sign in to comment.