Skip to content

Commit

Permalink
Update readme, mix, and changelog for 0.1.7 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLuites committed Mar 21, 2017
1 parent b216b67 commit 291d8e3
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
@@ -1,6 +1,9 @@
# Change log

## 0,.1.7
## 0.1.8


## 0.1.7

* Improved assets over HTTPS and baking them in. (#17, #25)
* Fixed not being able to select in tables. (#30)
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 Wobserver.Mixfile do
def project do
[
app: :wobserver,
version: "0.1.6",
version: "0.1.7",
elixir: "~> 1.4",
description: "Web based metrics, monitoring, and observer.",
package: package(),
Expand Down

0 comments on commit 291d8e3

Please sign in to comment.