diff --git a/Changelog b/Changelog
index 661fb9e8314b9f618759842b8e801da0b50f002e..fd86b125db9fed4fc43bf55d55d455cd04ef7969 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,8 @@
+efa 1.1 - Sun Jan 17 2010
+
+    * Code cleanup and DRY-ing
+    * Add 'addr:foo' and 'poi:foo' as alternative to '--to-type poi' etc.
+
 efa 1.0.3 - Wed Dec 9 2009
 
     * Further code cleanup
diff --git a/bin/efa b/bin/efa
index 9eedd1289ff01de11e0579794185c2f276a81a53..2736c7c4e8e3ac1964bbcc29c19c52ed3e20f546 100755
--- a/bin/efa
+++ b/bin/efa
@@ -1,5 +1,5 @@
 #!/usr/bin/env perl
-## Copyright © 2009 by Daniel Friesel <derf@derf.homelinux.org>
+## Copyright © 2009,2010 by Daniel Friesel <derf@derf.homelinux.org>
 ## License: WTFPL <http://sam.zoy.org/wtfpl>
 ##   0. You just DO WHAT THE FUCK YOU WANT TO.
 use strict;
@@ -13,7 +13,7 @@ use WWW::Mechanize;
 my $firsturl = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2?language=de&itdLPxx_transpCompany=vrr';
 my $posturl = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2';
 
-my $version = '1.0.3+git';
+my $version = '1.1+git';
 my $content;
 my %post;
 my $www = WWW::Mechanize->new(