Skip to content

Commit bfeebde

Browse files
committed
Change log is updated for v1.1.4
1 parent 9b236b8 commit bfeebde

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

CHANGES.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Changes
2+
3+
## 1.1.4
4+
5+
Fri Dec 20 2019
6+
7+
Message DB compatibility: [1.1.4](https://github.com/message-db/message-db/releases/tag/v1.1.4)
8+
9+
- The update script is deprecated in preparation of versioned update scripts
10+
- Update scripts are located in database/updates
11+
- The update code for the v1.0.0 database is moved to database/updates/1.0.0.sh
12+
13+
## 1.1.3
14+
15+
Fri Dec 20 2019
16+
17+
Message DB compatibility: [1.1.3](https://github.com/message-db/message-db/releases/tag/v1.1.3)
18+
19+
- The update script is corrected for its referencing of the gen_random_uuid from the message_store schema
20+
21+
## 1.1.2
22+
23+
Thu Dec 19 2019
24+
25+
Message DB compatibility: [1.1.2](https://github.com/message-db/message-db/releases/tag/v1.1.2)
26+
27+
- The pgcrypto extension is not installed into the message_store schema
28+
29+
## 1.1.1
30+
31+
Wed Dec 18 2019
32+
33+
Message DB compatibility: [1.1.1](https://github.com/message-db/message-db/releases/tag/v1.1.1)
34+
35+
- Vestigial debug output is removed from write_message
36+
37+
## 1.1.0
38+
39+
Wed Dec 11 2019
40+
41+
Message DB compatibility: [1.1.0](https://github.com/message-db/message-db/releases/tag/v1.1.0)
42+
43+
- The message_store role does not own the schema
44+
45+
# 1.0.0
46+
47+
Tue Dec 10 2019
48+
49+
Message DB compatibility: [1.0.0](https://github.com/message-db/message-db/releases/tag/v1.0.0)
50+
51+
- Initial release

0 commit comments

Comments
 (0)