diff --git a/CHANGELOG.md b/CHANGELOG.md index 45dbd47..f3bb80f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Unreleased +## 1.1.1 + +- Allow open attribute on details +- Bump tj-actions/branch-names from 4.9 to 7.0.7 + ## 1.1.0 - Add uri to requiring libraries diff --git a/lib/qiita/markdown/version.rb b/lib/qiita/markdown/version.rb index 7077b54..0ea6658 100644 --- a/lib/qiita/markdown/version.rb +++ b/lib/qiita/markdown/version.rb @@ -1,5 +1,5 @@ module Qiita module Markdown - VERSION = "1.1.0" + VERSION = "1.1.1" end end