Skip to content

Commit

Permalink
Release bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouis committed Jan 17, 2018
1 parent 51a926a commit 11a41c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ We use semantic versioning. In release `X.Y.Z` we bump
* `Y` whenever we add additional—but backwards compatible—functionality
* `Z` whenever we do a point release fixing bugs

### 2.4.2

Maintenance release

* Simple release which is made ready for deposit into hex.pm

### 2.4.1

Maintenance release. Several grave errors were removed due to the extension of the QuickCheck model to also include timing:
Expand Down
2 changes: 1 addition & 1 deletion src/fuse.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, fuse, [
{description, "A Circuit breaker implementation for Erlang"},
{vsn, "2.4.0"},
{vsn, "2.4.2"},
{modules, []},
{registered, [fuse_server, fuse_monitor, fuse_event, fuse_sup]},
{applications, [
Expand Down

0 comments on commit 11a41c4

Please sign in to comment.