diff --git a/CHANGES.md b/CHANGES.md index 171badb..30e90c0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +# v201912161223-7Ng4 0.0.1.33 +* Remove `artillery-mountpoint` from `executables:` in `shard.yml` + # v201912160338-6Mg3 0.0.1.32 * Allow passing Hash to Artillery::Shot#success which automatically converts to JSON diff --git a/shard.yml b/shard.yml index b19452d..907a06c 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: artillery -version: 0.0.1.32 +version: 0.0.1.33 description: Serverfree object-oriented microservice architecture. @@ -11,7 +11,6 @@ crystal: 0.31.1 executables: - artillery - bazooka - - artillery-mountpoint license: MIT