Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
akira committed Sep 6, 2021
1 parent 7104cfc commit 13f623e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.11.1] - 2019-11-3
## [0.11.1] - 2021-09-06

### Fixed
- Avoid JsonApi module class by adding ExqUi prefix by @yknx4
- Fix warming on Erlang release greater than 21 by @AllanKlaus
- Fix busy tab display by Chau Hong Linh

## Changed
- Upgrade Ember CLI by Chau Hong Linh

### Added
- Add visibility into failed jobs by @drteeth #77
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add exq_ui to your mix.exs deps (replace version with the latest hex.pm package
defp deps do
[
# ... other deps
{:exq_ui, "~> 0.11.0"}
{:exq_ui, "~> 0.11.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule ExqUi.Mixfile do

def project do
[ app: :exq_ui,
version: "0.11.0",
version: "0.11.1",
elixir: "~> 1.3",
elixirc_paths: ["lib", "web"],
package: [
Expand Down

0 comments on commit 13f623e

Please sign in to comment.