diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 1683d52..f882593 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,6 +1,6 @@ -# Next +# 0.2.0 -- Fully automated! Use new gitlab API for the last step +- #8 - Fully automated! Use new gitlab API for the last step # 0.1.0 diff --git a/lib/jekyll/gitlab/letsencrypt/version.rb b/lib/jekyll/gitlab/letsencrypt/version.rb index e620a76..71b5738 100644 --- a/lib/jekyll/gitlab/letsencrypt/version.rb +++ b/lib/jekyll/gitlab/letsencrypt/version.rb @@ -1,7 +1,7 @@ module Jekyll module Gitlab module Letsencrypt - VERSION = "0.1.0" + VERSION = "0.2.0" end end end