--- /dev/null
+
+* Jason Blevin (Original author) <http://jblevins.org/projects/ikiwiki/>
+* Jim Pryor <http://www.jimpryor.net/>
+* Beni Cherniavsky-Paskin <https://github.com/cben>
+* Ryan Burgoyne <https://github.com/rburgoyne>
+* Baldur Kristinsson <https://github.com/bk>
+* François Boulogne
+
--- /dev/null
+0.2 (2015-12-18)
+================
+
+New version thanks to Baldur Kristinsson's contributions.
+
+* code upgrade to the last pandoc evolutions
+* fix for perl evolution
+* doc enhancements
+
+0.1 (unreleased)
+================
+
+* various contributions found on github merged together
License
=======
-GPLv2
+GPLv2. See `LICENSE` for more details.
-Authors
-=======
-
-* Jason Blevin (Original author) <http://jblevins.org/projects/ikiwiki/>
-* Jim Pryor <http://www.jimpryor.net/>
-* Beni Cherniavsky-Paskin <https://github.com/cben>
-* Ryan Burgoyne <https://github.com/rburgoyne>
-* Baldur Kristinsson <https://github.com/bk>
-* François Boulogne
--- /dev/null
+How to release
+==============
+
+* Update CHANGELOG
+* git tag -a 'vX'
+* Create a tarball and upload it on the server
+ git archive master --prefix 'bibtexparser/' | bzip2 > bibtexparser-x.y.tar.bz2