diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3b23c039..086a12fe 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,8 @@ +0.20.3 + * Container improvements (thanks @raphink #922, #924) + * Default Commonmarker to UNSAFE, which allows more flexibilty in the raw HTML we can use. (thanks @raphink #923) + * Dependency and test matrix cleanups (thanks @jmeridth #925) + 0.20.2 * Added styling for preshow images (thanks @iversond #903) * Styling improvements for numbered code blocks (thanks @raphink #904) diff --git a/lib/showoff/version.rb b/lib/showoff/version.rb index 0f5c23a9..873eff3a 100644 --- a/lib/showoff/version.rb +++ b/lib/showoff/version.rb @@ -1,3 +1,3 @@ # No namespace here since Showoff is a class and I'd have to inherit from # Sinatra::Application (which we don't want to load here) -SHOWOFF_VERSION = '0.20.2' +SHOWOFF_VERSION = '0.20.3'