RELEASE_NOTES.md in riak-client-1.4.2 vs RELEASE_NOTES.md in riak-client-1.4.3
- old
+ new
@@ -1,7 +1,24 @@
# Riak Ruby Client Release Notes
-## 1.4.2 Bugfix Release - TBD
+## 1.4.3 Bugfix Release - 2013-12-31
+
+Release 1.4.3 fixes some bugs and improves documentation.
+
+Documentation:
+* Secondary Index examples in README now use string names.
+* 1.4 Counter usage explained better, fixed by Srdjan "batasrki" Pejic in
+ https://github.com/basho/riak-ruby-client/pull/130
+
+Bugfixes:
+
+* Redundant `gem "rake"` in `Gemfile`.
+* Escape square brackets in key names, reported and fixed by Garret Alfert in
+ https://github.com/basho/riak-ruby-client/issues/128 and
+ https://github.com/basho/riak-ruby-client/pull/129 , respectively.
+
+
+## 1.4.2 Bugfix Release - 2013-09-20
Release 1.4.2 fixes a couple bugs.
Issues: