Platform

Release Notes and What's New

Where to find Chipp's changelog: the What's New page with release notes covering new features, improvements, and bug fixes shipped to the platform.

|View as Markdown
Hunter Hodnett
Hunter HodnettCPTO at Chipp
|1 min read
#platform#release notes#changelog#whats new#updates

Chipp ships improvements continuously, and every update is captured in official release notes. Here’s where to find them.

The What’s New page

Sign in to Chipp and visit the What’s New page:

https://build.chipp.ai/#/whats-new

The page lists release notes newest-first, grouped by release period. Each entry covers:

  • New Features: capabilities that just shipped
  • Improvements: existing features that got better
  • Bug Fixes: issues that have been resolved
  • Security: security-related updates

You need to be signed in to a Chipp account to view the page. If you don’t have an account yet, get started with a Chipp plan to sign up.

How release notes are produced

Release notes are generated automatically from what actually ships to the platform, so they stay current without manual editing. New entries appear as updates roll out; periods with nothing user-facing to report are skipped rather than padded.

Programmatic access

Need release notes in CI, a deployment check, or Slack? Chipp also publishes a public, unauthenticated RSS/Atom feed and HMAC-signed webhook subscription API backed by the same data as this page — no sign-in and no scraping required.

Asking the support assistant

Chipp’s support assistant can read the published release notes directly. Ask it questions like:

  • “What shipped this week?”
  • “Was the file upload issue fixed?”
  • “What’s new in Chipp?”

and it will answer from the official release notes rather than guessing.


Builder notes (per-app changelog)

In addition to platform-wide release notes, you can maintain a per-app changelog directly in the builder using the Builder notes field. This is a free-text area where you can record publish dates, high-level changes, and other notes specific to each app.

Where to find Builder notes

In your app’s builder:

  1. Navigate to BrainPrompt (the prompt configuration tab)
  2. Look for the Intelligence card
  3. Scroll to the Builder notes field below the chat model selector

What Builder notes are for

Builder notes are your personal changelog for an app:

  • Publish dates — when you released new versions to end-users
  • High-level edits — major feature additions or capability changes you want to remember
  • Known issues — temporary limitations or bugs you’re aware of
  • User feedback notes — themes from your users that influenced recent changes

It’s a lightweight alternative to a full version control system, useful when you want a quick, human-authored record of what changed and why.

Key differences

Builder notesVersion HistoryPlatform Release Notes
ScopeOne app onlyOne app onlyAll of Chipp
AuthorYou (free text)Automatic (timestamps only)Chipp team
ContentWhatever you writeAll draft saves and publishesFeatures, improvements, bug fixes
Use casePersonal app changelogRollback to a previous statePlatform updates and news

Example

plaintext
2026-02-15: Launched v2.0 with new knowledge base integration
  - Added 50 FAQs to knowledge base
  - Improved response accuracy by 15%
  - Fixed issue with long document uploads

2026-02-08: Initial launch (v1.0)
  - Basic chatbot with Google integration

Persistence

Your Builder notes are saved automatically whenever you edit them. They persist across sessions and page reloads, so you can safely leave the builder and return later to the same notes.