Skip to content

Commit

Permalink
version bump to v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Nov 25, 2020
1 parent a3dbbf4 commit e051fe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

### Unreleased
### 2.8.0 / 2020-11-25

* Allow CSS properties `order`, `flex-direction`, `flex-grow`, `flex-wrap`, `flex-shrink`, `flex-flow`, `flex-basis`, `flex`, `justify-content`, `align-self`, `align-items`, and `align-content`. [[#197](https://github.com/flavorjones/loofah/issues/197)] (Thanks, [@miguelperez](https://github.com/miguelperez)!)

* Allow CSS properties `order`, `flex-direction`, `flex-grow`, `flex-wrap`, `flex-shrink`, `flex-flow`, `flex-basis`, `flex`m `justify-content`, `align-self`, `align-items`, and `align-content`. [[#190](https://github.com/flavorjones/loofah/issues/197)] (Thanks, [@miguelperez](https://github.com/miguelperez)!)

## 2.7.0 / 2020-08-26

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.7.0"
VERSION = "2.8.0"
end

0 comments on commit e051fe8

Please sign in to comment.