Skip to content

Commit

Permalink
Release version 0.11.1 (#1171)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update mix.exs
  • Loading branch information
eliknebel authored Jun 17, 2021
1 parent d42cfb0 commit a9c2147
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

## Unreleased

## 0.11.1 (2021-6-16)

### Bug fixes

- Fix an issue preventing deletion of projects whose names contain special characters
- Fix an issue related to persisting sessions across server restarts
- Fix an issue where modals and rearrange were broken in curriculum view

## 0.11.0 (2021-6-15)

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Oli.MixProject do
def project do
[
app: :oli,
version: "0.11.0",
version: "0.11.1",
elixir: "~> 1.12",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: elixirc_options(Mix.env()),
Expand Down

0 comments on commit a9c2147

Please sign in to comment.