Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 794 Bytes

File metadata and controls

25 lines (19 loc) · 794 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2025-11-11

Added

  • Initial release
  • Support for Doohly API v1 and v2 endpoints
  • Devices API (list, get by ID)
  • Bookings API (list, get, create, update, delete)
  • Creatives API (get signed upload URL, check upload status)
  • Configuration management
  • Comprehensive error handling
  • Full test coverage with RSpec
  • RuboCop linting configuration
  • CI/CD with GitHub Actions