Skip to content

Commit

Permalink
Update mix.exs and changelog to version 0.7.0 (#853)
Browse files Browse the repository at this point in the history
* Update mix.exs

* Update CHANGELOG.md
  • Loading branch information
eliknebel authored Mar 23, 2021
1 parent 1dbe75f commit 836d17f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.7.0 (2021-3-23)

### Enhancements
- Add the ability for an activity to submit client side evaluations
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.6.1",
version: "0.7.0",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: elixirc_options(Mix.env()),
Expand Down

0 comments on commit 836d17f

Please sign in to comment.