Skip to content

Commit 311a9a2

Browse files
committed
Version bump - 0.6.9
1 parent 917883b commit 311a9a2

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v0.6.9
4+
5+
* Enhancements
6+
* Improve template parsing and validation.
7+
* Support multiple routers, and improve route discovery.
8+
9+
* Misc.
10+
* Update language for missing directory.
11+
312
## v0.6.8
413

514
* Bug Fixes
@@ -39,4 +48,4 @@
3948
* Deprecations
4049
* The `--with-code` flag has been changed to `--verbose`. The `--with-code`
4150
flag will continue to work as expected until v1.0.0, but will print a
42-
warning message.
51+
warning message.

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Sobelow.Mixfile do
44
def project do
55
[
66
app: :sobelow,
7-
version: "0.6.8",
7+
version: "0.6.9",
88
elixir: "~> 1.4",
99
build_embedded: Mix.env() == :prod,
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)