Skip to content

Commit

Permalink
Merge tag '0.18.1' into develop
Browse files Browse the repository at this point in the history
Release 0.18.1
  • Loading branch information
gavinballard committed Apr 20, 2020
2 parents 02d3913 + 906cdca commit b336431
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.

## Unreleased
## 0.18.1 - 2020-04-21
### Added
- Support for Shopify Flow trigger usage monitoring
- Ability to minimise webhook payloads through `config.webhook_fields`
Expand Down
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file contains more detailed instructions on what's required when updating
an application between one release version of the gem to the next. It's intended
as more in-depth accompaniment to the notes in `CHANGELOG.md` for each version.

## Upgrading from 0.18.0 to Unreleased
## Upgrading from 0.18.0 to 0.18.1
Ensure new Shopify Flow Trigger Usage database migrations are brought across and run:

```
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.18.0
0.18.1
2 changes: 1 addition & 1 deletion initialise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ APP_NAME="$1"
RAILS_VERSION="${RAILS_VERSION:-6.0.2}"
RUBY_VERSION="${RUBY_VERSION:-2.6.5}"
NODE_VERSION="${NODE_VERSION:-13.7.0}"
DISCO_APP_VERSION="${DISCO_APP_VERSION:-0.18.0}"
DISCO_APP_VERSION="${DISCO_APP_VERSION:-0.18.1}"

if [ -z $APP_NAME ]; then
echo "Usage: ./initialise.sh app_name (rails_version) (ruby_version) (disco_app_version)"
Expand Down
2 changes: 1 addition & 1 deletion lib/disco_app/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module DiscoApp

VERSION = '0.18.0'.freeze
VERSION = '0.18.1'.freeze

end

0 comments on commit b336431

Please sign in to comment.