diff --git a/CHANGELOG.md b/CHANGELOG.md index ae079a8..e067e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.1.0 / 2024-04-19 +* basic handling for nested lists + ## 1.0.0 / 2018-03-27 * Delegate `ascii_tree` method to cause object * Travis CI diff --git a/upmark.gemspec b/upmark.gemspec index 0196562..98b0eb0 100644 --- a/upmark.gemspec +++ b/upmark.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "upmark" - s.version = "1.0.0" + s.version = "1.1.0" s.authors = ["Josh Bassett", "Gus Gollings", "James Healy"] s.email = "dev@theconversation.edu.au" s.homepage = "http://github.com/conversation/upmark"