Skip to content

Commit f938c1a

Browse files
author
Guillaume Bour
committed
[rel] 0.4.0 version
1 parent a5046a5 commit f938c1a

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
wave [![Build Status](https://secure.travis-ci.org/gbour/wave.png?branch=master)](http://travis-ci.org/gbour/wave) ![release 0.3.0](https://img.shields.io/badge/release-0.3.0-red.svg)
1+
wave [![Build Status](https://secure.travis-ci.org/gbour/wave.png?branch=master)](http://travis-ci.org/gbour/wave) ![release 0.4.0](https://img.shields.io/badge/release-0.4.0-red.svg)
22
====
33

44
Wave is a MQTT Broker, written in Erlang.
@@ -15,10 +15,11 @@ Features
1515
* [x] Qos 0, 1 & 2
1616
* [x] SSL
1717
* [x] WebSockets
18-
* [ ] $SYS hierarchy
19-
* [ ] monitoring
20-
* [X] access logs
21-
* [ ] authentication
18+
* [x] $SYS hierarchy
19+
* [x] monitoring
20+
* [x] access logs
21+
* [x] authentication
22+
* [ ] ACLs
2223
* [ ] administration interface
2324
* [ ] plugins
2425

apps/wave/src/wave.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{application, wave, [
44
{description, "MQTT broker"},
5-
{vsn, "0.3.0"},
5+
{vsn, "0.4.0"},
66
{registered, []},
77
{mod, { wave_app, []}},
88
{applications, [

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
]}.
4545

4646
{relx, [{release,
47-
{'wave', "0.3.0"},
47+
{'wave', "0.4.0"},
4848
[
4949
wave,
5050
% dependencies dependencies

0 commit comments

Comments
 (0)