This release aside from small minor implementation details establishes the new versioning scheme:
<yyyy>.<mm>.<micro> where <yyyy>.<mm>marks the year and month of the last API breaking change and <micro> is incremented on non breaking implementation fixes. The major and minor parts should match between java and c++ implementations while the micro version can be bumped independently.