일주일치 커밋에서 공개 체인지로그
내부 전문 용어 없이 Added/Fixed/Changed로 묶은 고객용 체인지로그
입력 및 출력 미리보기
입력
- Audience
- both
- Format
- keepachangelog
- Changes Info
- 5 commits including a bug fix in CSV export, new SSO with Okta, breaking change to the /users API
출력 (발췌)
## [v2.4.0] - 2026-06-13 ### Added - **SSO via Okta**: enterprise plans can now wire Okta SAML in Settings -> Auth -> SSO. ([docs](https://docs/sso/okta)) ### Fixed - CSV export now correctly quotes fields containing commas or quotes (regression introduced in v2.3.1). ### Changed (Breaking) - `GET /v1/users` now returns `users[]` instead of a top-level array. Old shape supported via `?legacy=1` until 2026-09-01.