From cff5338e3d78151d78b924cf6c2adb14ba294655 Mon Sep 17 00:00:00 2001
From: Jonathan Gazeley <jonathan.gazeley@bristol.ac.uk>
Date: Mon, 2 Nov 2015 16:16:40 +0000
Subject: [PATCH] Prepare release 1.0.0

---
 README.md     | 10 ++++++++++
 metadata.json |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 693365c..ac46216 100644
--- a/README.md
+++ b/README.md
@@ -712,6 +712,16 @@ least until this module drops support for 2.x.
 
 ## Release Notes
 
+### 1.0.0
+
+ * Support for FreeRADIUS 3
+ * Native support for managing the LDAP module
+ * Native support for configuring realms (via realms, home_server and home_server_pool)
+ * Improved handling of attribute filtering
+ * Improved handling of SQL support
+
+This release retains support for FreeRADIUS 2 but some of the parameters have changed so you will probably need to make changes to the way you use this module. Upgrade on a dev system first!
+
 ### 0.4.5
 
  * Tweak wildcard matching on logrotate config
diff --git a/metadata.json b/metadata.json
index 0ddaa1c..e8d25bd 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
 {
   "name": "jgazeley-freeradius",
-  "version": "0.4.5",
+  "version": "1.0.0",
   "author": "jgazeley",
   "summary": "Install and configure FreeRADIUS",
   "license": "Apache-2.0",
-- 
GitLab