Skip to content

Commit

Permalink
Getting ready for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcojakob committed Mar 27, 2019
1 parent 8193be4 commit 5ee947b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 1.1.0 (2019-03-27)

- Add constructor for custom controllers like RxDart Subject (see #21).
- Remove `new` keyword.

## Version 1.0.3 (2019-02-14)

- Cleanup and update dependencies.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: event_bus
version: 1.0.3
version: 1.1.0
author: Marco Jakob <majakob@gmx.ch>
description: A simple Event Bus using Dart Streams for decoupling applications
repository: https://github.com/marcojakob/dart-event-bus
Expand Down

0 comments on commit 5ee947b

Please sign in to comment.