Skip to content

Commit de7b060

Browse files
committed
v1.1.0
1 parent efeacdb commit de7b060

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# edge-notification-server
22

3+
## 1.1.0 (2022-06-17)
4+
5+
- added: Document the deployment process.
6+
- added: pm2 and logrotate config files.
7+
- added: Automatically create & replicate necessary CouchDB databases.
8+
- added: A new `push-settings` database to hold configuration documents.
9+
- added: A new `pushServerConfig.json` file, created & managed by cleaner-config.
10+
- changed: Rename the repo to `edge-push-server`.
11+
- changed: Add modern code-quality and build tooling, and fix resulting errors.
12+
- removed: Stop reading the old `serverConfig.json`, moving its contents to `pushServerConfig.json` and the `push-settings/settings` CouchDB document.
13+
314
## 1.0.0 (2022-06-08)
415

516
- added: Began keeping a changelog.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "edge-push-server",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"description": "",
66
"keywords": [],

0 commit comments

Comments
 (0)