Skip to content

Commit

Permalink
Release v0.17.5
Browse files Browse the repository at this point in the history
Include #290 in CHANGELOG.
  • Loading branch information
slashdotdash committed Jun 13, 2019
1 parent b057c33 commit fc32636
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.17.5

### Enhancements

- Process manager idle process timeout ([#290](https://github.com/commanded/commanded/pull/290)).

## v0.17.4

### Bug fixes
Expand Down
2 changes: 0 additions & 2 deletions lib/commanded/process_managers/process_router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ defmodule Commanded.ProcessManagers.ProcessRouter do
def handle_info({:subscribed, subscription}, %State{subscription: subscription} = state) do
Logger.debug(fn -> describe(state) <> " has successfully subscribed to event store" end)

%State{command_dispatcher: command_dispatcher, idle_timeout: idle_timeout} = state

{:ok, supervisor} = Supervisor.start_link()

{:noreply, %State{state | supervisor: supervisor}}
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Commanded.Mixfile do
use Mix.Project

@version "0.17.4"
@version "0.17.5"

def project do
[
Expand Down

0 comments on commit fc32636

Please sign in to comment.