Skip to content

Commit

Permalink
Preparing v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jun 30, 2019
1 parent c45c67c commit 4dfcb47
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ Reverse chronological order:

## master

https://github.com/capistrano/capistrano-maintenance/compare/v1.2.0...HEAD
https://github.com/capistrano/capistrano-maintenance/compare/v1.2.1...HEAD

* Your contribution here!

## `1.2.1` (2019-06-30)

https://github.com/capistrano/capistrano-maintenance/compare/v1.2.0...v1.2.1

* [#44](https://github.com/capistrano/maintenance/pull/44): Use the more standard `.html.erb` file extension in the README - [@phoet](https://github.com/phoet)

## `1.2.0` (2017-03-10)

https://github.com/capistrano/capistrano-maintenance/compare/v1.1.0...v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Add this line to your application's Gemfile:

``` ruby
gem 'capistrano', '~> 3.0'
gem 'capistrano-maintenance', '~> 1.0', require: false
gem 'capistrano', '~> 3.11'
gem 'capistrano-maintenance', '~> 1.2', require: false
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano-maintenance/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CapistranoMaintenance
VERSION = "1.2.0"
VERSION = "1.2.1"
end

0 comments on commit 4dfcb47

Please sign in to comment.