diff --git a/AvlTree.cabal b/AvlTree.cabal
--- a/AvlTree.cabal
+++ b/AvlTree.cabal
@@ -1,12 +1,12 @@
 Name:               AvlTree
-Version:            3.1
+Version:            3.2
 Cabal-Version:      >= 1.2
 Build-Type:         Simple
 License:            BSD3
 License-File:       LICENSE
 Copyright:          (c) Adrian Hey 2004-2008
 Author:             Adrian Hey
-Maintainer:
+Maintainer:         Adrian Hey http://homepages.nildram.co.uk/~ahey/em.png
 Stability:          Stable
 Homepage:
 Package-Url:
@@ -15,10 +15,9 @@
                     API has been designed with efficiency and generality in mind, not elagance or
                     safety. It contains all the stuff you really don't want to write yourself if you
                     can avoid it. This library may be useful for rolling your own Sets, Maps, Sequences,
-                    Queues (for example). This package is no longer actively maintained and will be
-                    tagged as such as soon as Hackage has this feature.
+                    Queues (for example).
 Category:           Data Structures
-Tested-With:        GHC == 6.8.2, GHC == 6.8.1
+Tested-With:        GHC == 6.8.3, GHC == 6.8.2, GHC == 6.8.1
 Data-Files:
 Extra-Source-Files: AUTHORS, CHANGELOG, MasterTable.txt, Test/Test.hs, include/ghcdefs.h, include/h98defs.h
 Extra-Tmp-Files:
diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -16,3 +16,7 @@
 * Removed Data.Map/Set conversions. This eliminates the containers package dependency.
 * Removed link to Haskell wiki homepage as this will never be done.
 * Removed link to maintainer email.
+
+3.2
+---
+No code changes, just reclaiming ownership and bumping version No.
