> ## Documentation Index
> Fetch the complete documentation index at: https://docs.licensesearcher.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Track all changes to the LicenseSearcher API.

Keep track of all changes to the LicenseSearcher API.

<Update label="July 30, 2026" tags={["New version"]}>
  Introduced [API versioning](/versioning) via the `X-Api-Version` header, and the first dated version, **`2026-08-01`**: license objects can now represent **every license type a number holds** — a `types` array with each type's own `status`, `issued`, and `expires` — instead of a single record. See [the license object](/liquor-licenses/license-object#version-2026-08-01-multi-type-licenses).

  Requests without the header are unaffected and keep receiving the current default shape (`2026-07-01`). We recommend pinning `X-Api-Version` explicitly; a future default change will be announced here first.
</Update>

<Update label="September 1, 2024" tags={["Breaking change"]}>
  The [Retrieve a License](/liquor-licenses/retrieve-a-license) endpoint now returns `404` for licenses that are not found.
</Update>

<Update label="July 13, 2024">
  Added support for Colorado (`CO`), Florida (`FL`), Michigan (`MI`), Minnesota (`MN`), and Tennessee (`TN`).
</Update>

<Update label="June 7, 2024">
  Added support for Illinois (`IL`) and Texas (`TX`).
</Update>

<Update label="April 21, 2024">
  Bumped the API to version 2 (`v2`). API version `v1` has been deprecated and is no longer supported. At launch, `v2` supported California (`CA`) and New York (`NY`).
</Update>

<Update label="November 2, 2023">
  Split the search endpoint into two endpoints: search by license, and search by name or address.
</Update>

<Update label="October 27, 2023">
  Added support for retrieving liquor licenses from Florida.
</Update>

<Update label="October 24, 2023">
  Added support for retrieving liquor licenses from California.
</Update>

<Update label="October 21, 2023">
  Added support for retrieving liquor licenses from Arizona. Initial release of Liquor License search.
</Update>
