CHANGELOG.md in rom-event_store-0.0.4 vs CHANGELOG.md in rom-event_store-0.0.5
- old
+ new
@@ -1,25 +1,25 @@
## v0.0.4 - 2015-04-05
### Added
* Asynchronous subscriptions to relations (live and catchup)
* Partial reads from a relation (batch reads)
-* TCP driver as an own gem: [estore](https://github.com/rom-eventstore/estore) (help wanted!!)
+* TCP driver as an own gem: [estore](https://github.com/eventstore-rb/estore) (help wanted!!)
* `estore` gem updated (general refactoring and error handling improved. WIP)
-[Compare v0.0.3...v0.0.4](https://github.com/rom-eventstore/rom-event_store/compare/v0.0.3...v0.0.4)
+[Compare v0.0.3...v0.0.4](https://github.com/rom-rb/rom-event_store/compare/v0.0.3...v0.0.4)
## v0.0.3 - 2015-04-01
### Added
* [TCP driver](https://github.com/mathieuravaux/eventstore-ruby) to connect and read events from the Event Store
-[Compare v0.0.2...v0.0.3](https://github.com/rom-eventstore/rom-event_store/compare/v0.0.2...v0.0.3)
+[Compare v0.0.2...v0.0.3](https://github.com/rom-rb/rom-event_store/compare/v0.0.2...v0.0.3)
## v0.0.2 - 2015-03-31
### Added
* Relation through AtomPub API using HTTP
* Read all events from a relation
* Append events to a relation
-[Compare v0.0.1...v0.0.2](https://github.com/rom-eventstore/rom-event_store/compare/v0.0.3...v0.0.4)
+[Compare v0.0.1...v0.0.2](https://github.com/rom-rb/rom-event_store/compare/v0.0.1...v0.0.2)
## v0.0.1 - 2015-03-30
Initial release