summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark J. Titorenko <mark.titorenko@alces-software.com>2014-10-22 19:39:55 +0100
committerMark J. Titorenko <mark.titorenko@alces-software.com>2014-10-22 19:39:55 +0100
commit322cdfea4476f10a122cc763e69ddf2fceae1579 (patch)
tree5e69c24d9d1b48c55d19689e6f8cc1e91d7984db
parentd0589c6ff079850e1cde468628c8cd8754f2becb (diff)
downloadnet-dhcp-ruby-322cdfea4476f10a122cc763e69ddf2fceae1579.tar.gz
Prepare for 1.3.0 release.
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9c26021..f2572a0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+*1.3.0
+
+* Add Windows support to DHCP requests (https://github.com/mjtko/net-dhcp-ruby/pull/10) [rightscale]
+
*1.2.1
* Fix net-dhcp example to allow use of the socket if already in use (mikerodrigues)