Skip to content

Commit

Permalink
release 2.18.0
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
elrayle committed Jan 28, 2021
1 parent ed5672a commit 52008fb
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 52008fb

Please sign in to comment.