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

# Changelog

> Changes made to the Lightyshare API worth knowing about

<Info>
  We try to version the API using dates to maintain a highly backwards compatible API. You can specify a version using the `lighty-version` header, e.g. `lighty-version: 2025-08-16`.
</Info>

<div style={{ display: 'flex', gap: '2rem' }}>
  <div style={{ width: '200px', flexShrink: 0 }}>
    ## 2025-08-16

    v0.1.0
  </div>

  <div style={{ flex: 1 }}>
    ### API Launch

    • `GET /rental/{id}`

    Get rental details

    • `GET /product/{id}`

    Get product details

    • `PUT /product/{id}`

    Update product information

    • `POST /product`

    Create a new product

    • `POST /bundle`

    Create a product bundle
  </div>
</div>
