Skip to content

Commit

Permalink
Merge pull request #404 from cul-it/release/2.18.0
Browse files Browse the repository at this point in the history
release 2.18.0
  • Loading branch information
elrayle authored Jan 28, 2021
2 parents ed5672a + 52008fb commit 7186747
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 2.18.0 (2021-01-28)

* remove support for video widget
* add documentation for heading, text, list, quote, and hr widgets
* update dependencies
* add CircleCI as continuous integration testing in GitHub
* add Docker configs for local and CCI testing (experimental for use in browser)
* add first test to simply test that users can login
* limit tag to curated set on New Exhibit form
* use exhibit creator language instead of administrator

### 2.17.12 (2020-11-20)

* show at least documentation links in sidebar for all logged in users
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Version
VERSION = "v2.17.12".freeze
VERSION = "v2.18.0".freeze
end

0 comments on commit 7186747

Please sign in to comment.