diff --git a/core/hoverfly.go b/core/hoverfly.go index 8cbab45b6..79dab2c8c 100644 --- a/core/hoverfly.go +++ b/core/hoverfly.go @@ -63,7 +63,7 @@ func NewHoverfly() *Hoverfly { responsesDiff: make(map[v2.SimpleRequestDefinitionView][]v2.DiffReport), } - hoverfly.version = "v1.5.0" + hoverfly.version = "v1.5.1" log.AddHook(hoverfly.StoreLogsHook) diff --git a/docs/conf.py b/docs/conf.py index adbeeb3ba..8d37ea9d2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ author = u'SpectoLabs' -version = 'v1.5.0' +version = 'v1.5.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/docs/pages/reference/hoverctl/hoverctl.output b/docs/pages/reference/hoverctl/hoverctl.output index 76b98b49c..7367121d0 100644 --- a/docs/pages/reference/hoverctl/hoverctl.output +++ b/docs/pages/reference/hoverctl/hoverctl.output @@ -4,25 +4,26 @@ Usage: hoverctl [command] Available Commands: - completion Create Bash completion file for hoverctl - config Show hoverctl configuration information - delete Delete Hoverfly simulation - destination Get and set Hoverfly destination - diff Manage the diffs for Hoverfly - export Export a simulation from Hoverfly - flush Flush the internal cache in Hoverfly - import Import a simulation into Hoverfly - login Login to Hoverfly - logs Get the logs from Hoverfly - middleware Get and set Hoverfly middleware - mode Get and set the Hoverfly mode - simulation Manage the simulation for Hoverfly - start Start Hoverfly - state Manage the state for Hoverfly - status Get the current status of Hoverfly - stop Stop Hoverfly - targets Get the current targets registered with hoverctl - version Get the version of hoverctl + completion Create Bash completion file for hoverctl + config Show hoverctl configuration information + delete Delete Hoverfly simulation + destination Get and set Hoverfly destination + diff Manage the diffs for Hoverfly + export Export a simulation from Hoverfly + flush Flush the internal cache in Hoverfly + import Import a simulation into Hoverfly + login Login to Hoverfly + logs Get the logs from Hoverfly + middleware Get and set Hoverfly middleware + mode Get and set the Hoverfly mode + post-serve-action Manage the post-serve-action for Hoverfly + simulation Manage the simulation for Hoverfly + start Start Hoverfly + state Manage the state for Hoverfly + status Get the current status of Hoverfly + stop Stop Hoverfly + targets Get the current targets registered with hoverctl + version Get the version of hoverctl Flags: -f, --force Bypass any confirmation when using hoverctl