diff --git a/CHANGELOG.md b/CHANGELOG.md index a621bf1..3028527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Infoblox Go Client Release Notes +## v2.8.0 + +### Release Summary + +- This release introduces several significant enhancements and new features aimed at improving record management and + network configuration capabilities. + +### Minor Changes + +- Added Create, Update and Delete operations for ZoneDelegated record. +- Added structs `IpNextAvailable` for Next Available IP with extensible attribute for A, AAAA, and Host Record. +- Added support for the Next Available Network with Extensible Attributes for Network and Network Container. +- Added Aliases and disable field in HostRecord struct. + ## v2.7.0 ### Release Summary diff --git a/README.md b/README.md index 245a61f..46b5713 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This library is compatible with Go 1.2+ * Go 1.21 or above ## Installation - To get the latest released version [v2.7.0](https://github.com/infobloxopen/infoblox-go-client/releases/tag/v2.7.0) of Go Client use below command. + To get the latest released version [v2.8.0](https://github.com/infobloxopen/infoblox-go-client/releases/tag/v2.8.0) of Go Client use below command. `go get github.com/infobloxopen/infoblox-go-client/v2` @@ -67,7 +67,10 @@ This library is compatible with Go 1.2+ ## Supported NIOS operations * AllocateIP + * AllocateNextAvailableIp * AllocateNetwork + * AllocateNetworkByEA + * AllocateNetworkContainerByEA * AllocateNetworkContainer * CreateARecord * CreateAAAARecord