Skip to content

Commit

Permalink
release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
makandra-stefan-langenmaier committed Aug 23, 2024
1 parent 78b4668 commit 1f4e0de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.2.0] - 2024-08-23
### Changed
- Added a feature to restart Puma

## [1.1.0] - 2024-08-23
### Changed
- Added a feature to reload the puma systemd user service.
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:
capistrano-opscomplete (1.1.0)
capistrano-opscomplete (1.2.0)
capistrano (>= 3.0, < 4.0.0)
rake

Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano/opscomplete/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Capistrano
module Opscomplete
VERSION = '1.1.0'.freeze
VERSION = '1.2.0'.freeze
end
end

0 comments on commit 1f4e0de

Please sign in to comment.