CHANGELOG.md

# Changelog

## [0.1.12] - 2025-09-30

  - Prevent negative numbers from being used for Token TTL and crashing the TokenCache process

## [0.1.11] - 2025-07-10

  - Add list_accessible_customers/2 function. This allows whoever calls the functions to know which IDs the user has permission to access data.

## [0.1.10] - 2025-05-23

  - Add append_lead_conversation/5 function. This allows who calls the function to append conversation to leads that belong to child accounts.

## [0.1.9] - 2025-05-23

  - Add the :login-customer-id header to the Client module (this is the id who's the account manager)

## [0.1.8] - 2025-02-06

  - Bump tesla from 1.13.2 to 1.14.0 (#13)
  - Bump ex_doc from 0.36.1 to 0.37.0 (#12)

## [0.1.7] - 2024-12-13

  - Remove `query` from `QueryResourceConsumption` telemetry metadata

## [0.1.6] - 2024-12-12

  - Fix `QueryResourceConsumption` when the request body keys are string

## [0.1.5] - 2024-12-12

  - Add `:telemetry` dependency

## [0.1.4] - 2024-12-12

  - Replace `metadata` by `customer_id` on telemetry metadata
  - Setup `GoogleAds.Telemetry.QueryResourceConsumption` telemetry on init

## [0.1.3] - 2024-12-12

  - Add provider to client telemetry metadata

## [0.1.2] - 2024-12-11

  - Fix library configuration

## [0.1.1] - 2024-12-11

  - Make API version configurable

## [0.1.0] - 2024-12-10

  - Initial version