Skip to content

Commit 85becf0

Browse files
committed
update changelog
1 parent 98f8ddd commit 85becf0

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
11
# Change Log
22

3-
## [v1.0.0-beta-4](https://github.com/prooph/event-store-client/tree/v1.0.0-beta-4)
3+
## [v1.0.0-beta-6](https://github.com/prooph/event-store-client/tree/v1.0.0-beta-6)
44

5+
[Full Changelog](https://github.com/prooph/event-store-client/compare/v1.0.0-beta-5...v1.0.0-beta-6)
6+
7+
**Implemented enhancements:**
8+
9+
- Allow connection settings in connection string [\#27](https://github.com/prooph/event-store-client/issues/27)
10+
- Use objects for json encoding [\#30](https://github.com/prooph/event-store-client/pull/30) ([prolic](https://github.com/prolic))
11+
- change factory methods [\#28](https://github.com/prooph/event-store-client/pull/28) ([prolic](https://github.com/prolic))
12+
13+
**Fixed bugs:**
14+
15+
- Connecting to cluster does not work [\#34](https://github.com/prooph/event-store-client/issues/34)
16+
- use Guid Codec for UUIDs [\#38](https://github.com/prooph/event-store-client/pull/38) ([prolic](https://github.com/prolic))
17+
- Fix Operations Manager + Connection Factory [\#36](https://github.com/prooph/event-store-client/pull/36) ([prolic](https://github.com/prolic))
18+
- Connection factory fixes [\#35](https://github.com/prooph/event-store-client/pull/35) ([pkruithof](https://github.com/pkruithof))
19+
- Fix connection string usage [\#33](https://github.com/prooph/event-store-client/pull/33) ([prolic](https://github.com/prolic))
20+
21+
**Merged pull requests:**
22+
23+
- Small typo fix [\#31](https://github.com/prooph/event-store-client/pull/31) ([pkruithof](https://github.com/pkruithof))
24+
- Fix readme [\#29](https://github.com/prooph/event-store-client/pull/29) ([enumag](https://github.com/enumag))
25+
26+
## [v1.0.0-beta-5](https://github.com/prooph/event-store-client/tree/v1.0.0-beta-5) (2018-11-09)
27+
[Full Changelog](https://github.com/prooph/event-store-client/compare/v1.0.0-beta-4...v1.0.0-beta-5)
28+
29+
## [v1.0.0-beta-4](https://github.com/prooph/event-store-client/tree/v1.0.0-beta-4) (2018-11-03)
530
[Full Changelog](https://github.com/prooph/event-store-client/compare/v1.0.0-beta-3...v1.0.0-beta-4)
631

732
**Implemented enhancements:**

0 commit comments

Comments
 (0)