Skip to content

Commit f82546d

Browse files
committed
Bump version to 0.2.0
1 parent 1b250d9 commit f82546d

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## [Unreleased]
22

3+
## [0.2.0] - 2026-03-06
4+
5+
- Rewrite core: stateless API classes take access_token directly
6+
- Remove Configuration and Client classes
7+
- Generate 20+ API classes from OpenAPI specs
8+
- Fix generator handling of $ref body parameters
9+
- Add VCR-based integration tests
10+
- Add client_id/client_secret with ENV fallback on AmazonAds module
11+
312
## [0.1.0] - 2025-12-27
413

514
- Initial release
@@ -9,3 +18,7 @@
918
- Sponsored Products API
1019
- OpenAPI-based code generator
1120
- RBS type signatures
21+
22+
[Unreleased]: https://github.com/lineofflight/amazon-ads-ruby/compare/v0.2.0...HEAD
23+
[0.2.0]: https://github.com/lineofflight/amazon-ads-ruby/compare/v0.1.0...v0.2.0
24+
[0.1.0]: https://github.com/lineofflight/amazon-ads-ruby/releases/tag/v0.1.0

lib/amazon_ads/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module AmazonAds
4-
VERSION = "0.1.0"
4+
VERSION = "0.2.0"
55
end

0 commit comments

Comments
 (0)