Skip to content

Commit c60dec2

Browse files
Merge pull request #29 from hebron-george/update_changelog
Update change log for 0.1.0 and 0.2.0
2 parents 53b7b11 + 761ee06 commit c60dec2

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@
99

1010
# rspec failure tracking
1111
.rspec_status
12+
13+
# IDE Files
14+
.idea*
15+
16+

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
## openFDA API
22

3+
## [0.2.0] - 2026-04-09
4+
- Add Transparency API endpoint with support for Complete Response Letters (`crl.json`)
5+
- Update README with Transparency endpoint usage examples
6+
7+
## [0.1.0] - 2026-04-09
8+
- Upgrade Faraday from 1.x to 2.x (removes `faraday_middleware` dependency)
9+
- Upgrade RuboCop to 1.86, RSpec to 3.13, Rake to 13.3
10+
- Drop support for Ruby < 3.1 (2.7 and 3.0 are EOL); add `.ruby-version` pinned to 3.2.2
11+
- Add SimpleCov with 80% minimum coverage threshold
12+
- Split CI into separate lint and test jobs; test against Ruby 3.1, 3.2, and 3.3
13+
- Add Dependabot for automated dependency updates
14+
- Remove unused field validation scaffolding and all associated TODO comments
15+
- Improve test assertions across all endpoint specs
16+
317
## [0.0.13] - 2022-01-27
418
- Set API key if it is available and send it in with every request
519

0 commit comments

Comments
 (0)