Skip to content

Commit

Permalink
⬆️ Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinAiken committed Dec 7, 2018
1 parent 1fbc536 commit cb3ac98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.4.0

- Updated travis testing matrix
- #21 - Add commit message configuration option
- Thanks to @daehlith !

# 0.3.0

- #17 - Check for repo id fetch request status
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/gitlab/letsencrypt/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Jekyll
module Gitlab
module Letsencrypt
VERSION = "0.3.0"
VERSION = "0.4.0"
end
end
end

0 comments on commit cb3ac98

Please sign in to comment.