# ticket — changelog

> Newest first. Every deployed change bumps `main/app/version.py` and adds a
> line here; the version at `/api/meta` is how a deploy is confirmed.

## 0.1.1 — new passwords from the owner (2026-09-10)

- Re-vendored the BW Auth pack. Admin, People: the owner can give a member a new
  password (the "New password" button), shown once with a copy button for your own
  email; nothing is emailed and they are signed out everywhere. It works for
  accounts used only in this app; broader accounts are reset from
  auth.bowden.works/admin. Adding a person with no BW account can also create them
  with a generated password instead of an invite email. Refusals from the auth
  service now say why instead of a bare HTTP 400.

## 0.1.0 — scaffold (2026-09-02)
- Created via `srv-gw create-project` + `new-workspace.sh` + `new-bw-app.sh`
  (`instance_noun = project`), BW client registered, deployed and healthy at
  `ticket.bowden.works`. No product code. Plan drafted the same day
  (`.logs/planning/01-plan.md`).
