Skip to content

Commit

Permalink
Merge pull request #12 from ahasunos/docs/update-changelog
Browse files Browse the repository at this point in the history
doc: update changelog manually
  • Loading branch information
ahasunos authored Sep 16, 2024
2 parents 9be1f20 + 5b9d16e commit a04e9a5
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## [Unreleased]
# Changelog

## [0.1.0] - 2024-09-08
## [0.1.6] - 2024-09-16
### CI
- Configure GitHub Actions to run tests on PR creation by @ahasunos in [#1](https://github.com/ahasunos/api_wrapper/pull/1)
- Fix version bumper failure due to missing semantic gem by @ahasunos in [#2](https://github.com/ahasunos/api_wrapper/pull/2)

- Initial release
### Fixes
- Rename old commit files from nse_gem project by @ahasunos in [#3](https://github.com/ahasunos/api_wrapper/pull/3)

### Features
- Implement caching mechanism in the library by @ahasunos in [#5](https://github.com/ahasunos/api_wrapper/pull/5)
- Implement client to handle HTTP requests by @ahasunos in [#6](https://github.com/ahasunos/api_wrapper/pull/6)
- Implement API manager with API configuration & caching support by @ahasunos in [#8](https://github.com/ahasunos/api_wrapper/pull/8)
- Implement ApiWrapper interface for end users by @ahasunos in [#9](https://github.com/ahasunos/api_wrapper/pull/9)

### Documentation
- Update documentation for ApiWrapper by @ahasunos in [#11](https://github.com/ahasunos/api_wrapper/pull/11)

0 comments on commit a04e9a5

Please sign in to comment.