Skip to content

Commit

Permalink
Update readme, changelog, and mix for 0.1.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLuites committed Feb 13, 2017
1 parent 784dbfc commit 8e0a85f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## 0.1.4

* Add :plug mode to run wobserver without cowboy.
* Fix menu loading.
* Fix custom page rendering.


## 0.1.3

* Add custom metrics.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Wobserver

[![Hex.pm](https://img.shields.io/hexpm/v/wobserver.svg "Hex")](https://hex.pm/packages/wobserver)
[![Hex.pm](https://img.shields.io/badge/docs-v0.1.3-brightgreen.svg "Docs")](https://hexdocs.pm/wobserver)
[![Hex.pm](https://img.shields.io/badge/docs-v0.1.4-brightgreen.svg "Docs")](https://hexdocs.pm/wobserver)
[![Hex.pm](https://img.shields.io/hexpm/l/wobserver.svg "License")](LICENSE)

Web based metrics, monitoring, and observer.
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.3",
version: "0.1.4",
elixir: "~> 1.4",
description: "Web based metrics, monitoring, and observer.",
package: package(),
Expand Down

0 comments on commit 8e0a85f

Please sign in to comment.