From 381728456644a9cfe8b62146b2414c901e7f9cf1 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Mon, 9 Aug 2021 19:12:45 +0200 Subject: [PATCH] Bump version --- site-cookbooks/kosmos_rsk/CHANGELOG.md | 4 ++++ site-cookbooks/kosmos_rsk/metadata.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos_rsk/CHANGELOG.md b/site-cookbooks/kosmos_rsk/CHANGELOG.md index 8f3ba6e..6c75b43 100644 --- a/site-cookbooks/kosmos_rsk/CHANGELOG.md +++ b/site-cookbooks/kosmos_rsk/CHANGELOG.md @@ -2,6 +2,10 @@ This file is used to list changes made in each version of the kosmos_rsk cookbook. +## 0.2.0 + +Add nginx recipe to configure public API access. + ## 0.1.0 Initial release. diff --git a/site-cookbooks/kosmos_rsk/metadata.rb b/site-cookbooks/kosmos_rsk/metadata.rb index 070026a..23e7d33 100644 --- a/site-cookbooks/kosmos_rsk/metadata.rb +++ b/site-cookbooks/kosmos_rsk/metadata.rb @@ -3,7 +3,7 @@ maintainer 'Kosmos Developers' maintainer_email 'ops@kosmos.org' license 'MIT' description 'Installs/configures RSK and related software' -version '0.1.0' +version '0.2.0' chef_version '>= 15.0' issues_url 'https://gitea.kosmos.org/kosmos/chef/issues' source_url 'https://gitea.kosmos.org/kosmos/chef'