Skip to content

Commit

Permalink
Release v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Nov 13, 2019
1 parent 7c00dc7 commit 2f012ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.11.1] — 2019-11-13

### Fixed

- [Oban.Pruner] Apply `prune_limit` when pruning beats. A _lot_ of beats can
Expand Down Expand Up @@ -478,7 +480,8 @@ end

- [Oban] Initial release with base functionality.

[Unreleased]: https://github.com/sorentwo/oban/compare/v0.11.0...HEAD
[Unreleased]: https://github.com/sorentwo/oban/compare/v0.11.1...HEAD
[0.11.1]: https://github.com/sorentwo/oban/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/sorentwo/oban/compare/v0.10.1...v0.11.0
[0.10.1]: https://github.com/sorentwo/oban/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/sorentwo/oban/compare/v0.9.0...v0.10.0
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 Oban.MixProject do
use Mix.Project

@version "0.11.0"
@version "0.11.1"

def project do
[
Expand Down

0 comments on commit 2f012ba

Please sign in to comment.