From 9951e576b42e8dd82fc5c1358cd3e86a642f60c0 Mon Sep 17 00:00:00 2001 From: Oleg Galitskiy Date: Wed, 4 Apr 2018 16:39:36 +0300 Subject: [PATCH] Preparing release 1.3.1 --- CHANGELOG.md | 4 ++++ metadata.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 543f74f..02fd3bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [1.3.1] - 2018-04-04 ### Changed - Puppet archive version 1.3.0 is the last one compatible with puppet 3.x and the last one compatible with this module for now. Changing the `.fixtures.yml` to reflect that. +- Add support for heartbeat unicast +- Add support for define multiple `access-address` ### Fixed - Fixed some documentation cosmetics in the README diff --git a/metadata.json b/metadata.json index c5a0581..a857f67 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "TubeMogul-aerospike", - "version": "1.3.0", + "version": "1.3.1", "author": "TubeMogul Inc.", "summary": "Aerospike servers management via Puppet", "license": "Apache-2.0",