Version 0.2.

Signed-off-by: Jonny Lamb <jonny@debian.org>

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#	modified:   configure.ac
#	modified:   debian/changelog
#
diff --git a/configure.ac b/configure.ac
index c0ae58b..b32ded8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(loldongs, 0.1)
+AC_INIT(loldongs, 0.2)
 
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AM_CONFIG_HEADER(config.h)
diff --git a/debian/changelog b/debian/changelog
index 660729c..852f35e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+loldongs (0.2) fremantle; urgency=low
+
+  * [c5eb86f] debian/rules: pass --onlyscripts to dh_installinit
+  * [fe49ff6] debian/loldongs.upstart: rename to loldongs.event
+
+ -- Jonny Lamb <jonny.lamb@collabora.co.uk>  Mon, 04 Oct 2010 16:21:01 +0100
+
 loldongs (0.1) fremantle; urgency=low
 
   * Initial release.
