Skip to content

Commit 7186747

Browse files
authored
Merge pull request #404 from cul-it/release/2.18.0
release 2.18.0
2 parents ed5672a + 52008fb commit 7186747

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### 2.18.0 (2021-01-28)
2+
3+
* remove support for video widget
4+
* add documentation for heading, text, list, quote, and hr widgets
5+
* update dependencies
6+
* add CircleCI as continuous integration testing in GitHub
7+
* add Docker configs for local and CCI testing (experimental for use in browser)
8+
* add first test to simply test that users can login
9+
* limit tag to curated set on New Exhibit form
10+
* use exhibit creator language instead of administrator
11+
112
### 2.17.12 (2020-11-20)
213

314
* show at least documentation links in sidebar for all logged in users

lib/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Version
2-
VERSION = "v2.17.12".freeze
2+
VERSION = "v2.18.0".freeze
33
end

0 commit comments

Comments
 (0)