Skip to content

Commit

Permalink
Merge pull request #4241 from cloud-gov/release
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
drewbo authored Oct 11, 2023
2 parents 8bc5095 + 4e8cc43 commit 587fb2a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 0.3.0 (2023-10-10)

### Added

- implement build task runners, call CF API directly (#4259)
- add build task queue and example worker (#4248)
- add build task router and controller (#4169)
- add DB models to support build task feature (#4184)
- Allow users to create custom domains to prepare launch

### Fixed

- Admin UI for updated site branch configs and domains

### Maintenance

- Improve name and path and update published sites report
- Update deps using json5 #4249
- Update CF API to V3 #4112
- update uaa war release download location
- use correct path for release notes

## 0.2.1 (2023-08-22)

### Performance
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pages-core",
"private": true,
"version": "0.2.1",
"version": "0.3.0",
"description": "",
"keywords": [],
"dependencies": {
Expand Down

0 comments on commit 587fb2a

Please sign in to comment.