Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinelli committed Jun 5, 2019
1 parent 6b3c1f0 commit ab5d37e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
This file keeps track of changes between releases for the bankrupt project
which adheres to [semantic versioning](https://semver.org).

## v1.1.0 2019-06-05

Add support for `img` tags along with the ability to add other attributes.

## v1.0.1 2018-12-30

Add support for slim v4.
Expand Down
4 changes: 2 additions & 2 deletions lib/bankrupt/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# Copyright 2018 Mario Finelli
# Copyright 2018-2019 Mario Finelli
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -15,5 +15,5 @@
# limitations under the License.

module Bankrupt
VERSION = '1.0.1'
VERSION = '1.1.0'
end

0 comments on commit ab5d37e

Please sign in to comment.