Skip to content

Commit bd5c206

Browse files
chore: release 0.6.0
1 parent 3247e99 commit bd5c206

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 0.6.0 (2024-02-16)
2+
3+
### Added
4+
5+
- Simplify add org member form
6+
- Remove Github username from invite #4369
7+
- **ops**: Add invite flowchart to docs
8+
9+
### Fixed
10+
11+
- **ci**: Remove erroneous container params in stage/prod
12+
- **ci**: Run db migrations in CI task container with SSL #4354
13+
14+
### Maintenance
15+
16+
- Update resource types to use hardened images
17+
- Run build log archive job in dev and staging as well #4367
18+
- Add Dev and Staging section to OPERATIONS.md, starting with manual migrations #4366
19+
- Make Build a paranoid model (enable soft deletion) #4366
20+
- Remove isActive from User #4338
21+
122
## 0.5.2 (2023-12-21)
223

324
### Maintenance

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pages-core",
33
"private": true,
4-
"version": "0.5.2",
4+
"version": "0.6.0",
55
"description": "",
66
"keywords": [],
77
"dependencies": {

0 commit comments

Comments
 (0)