# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). # [HEAD](https://github.com/SirWindfield/markdown-composer/compare/v0.2.0...HEAD) (2020-08-17) # [v0.2.0](https://github.com/SirWindfield/markdown-composer/compare/v0.1.1...v0.2.0) (2020-08-17) ### Features - add footer support to `Image` ([35688a6](https://github.com/SirWindfield/markdown-composer/commit/35688a6a497924e3eb2e2e8e8371d77b13abc192)) , closes [#7](https://github.com/SirWindfield/markdown-composer/issues/7) - add footer links ([59089ab](https://github.com/SirWindfield/markdown-composer/commit/59089abbe03958c0a631effdacd00f73ddf90d15)) , closes [#5](https://github.com/SirWindfield/markdown-composer/issues/5) ## [v0.1.1](https://github.com/SirWindfield/markdown-composer/compare/v0.1.0...v0.1.1) (2020-08-16) ### Features - add `Strikethrough` to GitHub extension ([9a7b244](https://github.com/SirWindfield/markdown-composer/commit/9a7b244937a67aaf99673573f1b31ed2cc329437)) , closes [#3](https://github.com/SirWindfield/markdown-composer/issues/3) - add `Image` element ([1e015ae](https://github.com/SirWindfield/markdown-composer/commit/1e015ae336784ffc296607c69d1862fedbadaf07)) , closes [#4](https://github.com/SirWindfield/markdown-composer/issues/4) - add rest of text transformation traits ([c7ab1ef](https://github.com/SirWindfield/markdown-composer/commit/c7ab1ef66b720b2f07e8e85578345708b0327a71)) , closes [#1](https://github.com/SirWindfield/markdown-composer/issues/1) # [v0.1.0](https://github.com/SirWindfield/markdown-composer/compare/v0.0.0...v0.1.0) (2020-08-15)