diff --git a/README.md b/README.md index ac4621694600d865a62dc18ce258b52c08957a65..d85270fad457a8560bcc51abe73260a0f07e6c4d 100644 --- a/README.md +++ b/README.md @@ -712,6 +712,10 @@ least until this module drops support for 2.x. ## Release Notes +### 1.0.1 + + * Fixed a bug that caused an error when no proxy config items were defined + ### 1.0.0 * Support for FreeRADIUS 3 diff --git a/metadata.json b/metadata.json index e8d25bdf8478295e1eababf1bc6553c03f8f2eac..a9eb0678be71c7ca2f0fc3398e92b9140ceb07e1 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "jgazeley-freeradius", - "version": "1.0.0", + "version": "1.0.1", "author": "jgazeley", "summary": "Install and configure FreeRADIUS", "license": "Apache-2.0",