== 0.3.1 (2015-03-22)

* prepared statement uuid overflow fix. 

== 0.3.0 (2013-02-19)

* supports encoding option while connecting. 

== 0.2.7 (2012-11-22)

* rb_gc_register_address() the bind values.

== 0.2.6 (2012-11-14)

* Ruby 2.x build fixes.
* Pause GC around execute() with bind values.

== 0.2.5 (2012-09-26)

* allow more than 99 placeholders. contributor: @filterfish

== 0.2.4 (2012-08-18)

* gc protect bind args.

== 0.2.3 (2012-07-31)

* remove rb_protect from Result#each.

== 0.2.2 (2012-07-30)

* removed rb_gc_mark called outside mark phase.

== 0.2.1 (2012-07-30)

* rb_protect yielding result tuples.

== 0.2.0 (2012-07-29)

* Added Adapter#native_bind_format and Adapter#native_bind_format=

== 0.1.2 (2012-07-29)

* gc guard bind parameters during execute.

== 0.1.1 (2012-07-26)

* Updated compile flags.

== 0.1.0 (2012-07-20)

* Initial version.
