Skip to content

Commit

Permalink
version bump to 2.17.0
Browse files Browse the repository at this point in the history
and CHANGELOG update
  • Loading branch information
flavorjones committed Apr 28, 2022
1 parent 2fc3bfb commit 22fcdda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.17.0 / 2022-04-28

### Features

* Allow ARIA attributes. [[#232](https://github.com/flavorjones/loofah/issues/232), [#233](https://github.com/flavorjones/loofah/issues/233)] (Thanks, [@nick-desteffen](https://github.com/nick-desteffen)!)


## 2.16.0 / 2022-04-01

### Features
Expand Down
2 changes: 1 addition & 1 deletion lib/loofah/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Loofah
# The version of Loofah you are using
VERSION = "2.16.0"
VERSION = "2.17.0"
end

0 comments on commit 22fcdda

Please sign in to comment.