Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elkezza authored Oct 30, 2024
1 parent c8c7e92 commit 1ac9e59
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## [Unreleased]

### Enhancements
- **Javadoc Generation**: Improved automation and versioning of Javadoc generation (#6).
- **GitHub Actions**: Improved handling of versioning in workflows, including `SNAPSHOT` tags based on release status (#10).
- **README Updates**: Updated paths, contact email, and removed `withHTTPInfo` examples (#5).

### Bug Fixes
- **Documentation**: Enhanced examples in `api_doc.mustache` for API methods such as `getInstance`, `createInstance`, `deleteInstance`, and `updateInstance` (#9).

### Changes
- **`WithHttpInfo` Visibility Update**: Set `WithHttpInfo` methods to private (#8).

### Removed/Deprecated
- **Documentation**: Removed all `WithHttpInfo` method examples from the API documentation (#7).
- **Generation**: Removed timestamp generation from SDK classes for consistency (#5).


## [0.0.2-ALPHA] - 2024-08-20

### Features
Expand Down

0 comments on commit 1ac9e59

Please sign in to comment.