Skip to content

Commit 5ee947b

Browse files
committed
Getting ready for v1.1.0
1 parent 8193be4 commit 5ee947b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## Version 1.1.0 (2019-03-27)
4+
5+
- Add constructor for custom controllers like RxDart Subject (see #21).
6+
- Remove `new` keyword.
7+
38
## Version 1.0.3 (2019-02-14)
49

510
- Cleanup and update dependencies.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: event_bus
2-
version: 1.0.3
2+
version: 1.1.0
33
author: Marco Jakob <majakob@gmx.ch>
44
description: A simple Event Bus using Dart Streams for decoupling applications
55
repository: https://github.com/marcojakob/dart-event-bus

0 commit comments

Comments
 (0)