diff --git a/README.md b/README.md index 3500d6a..dc4ec5d 100644 --- a/README.md +++ b/README.md @@ -212,25 +212,25 @@ Page getBlockStorageVolumesByLinodeId(int linodeId); ``` 2. Linode Types + ```java Page getLinodeTypes(int pageNo); LinodeType getLinodeTypeById(String linodeTypeId); - ``` 3. Kernel + ```java Page getLinodeTypes(int pageNo); LinodeType getLinodeTypeById(String linodeTypeId); - ``` 4. Image + ```java Page getImages(int pageNo); Image getImageById(int imageId); void deleteImage(int imageId); - ``` 5. Account, Invoice, Notifications @@ -276,3 +276,12 @@ and `@Data` for getters, equals, hashcode and toString annotate the enum with this class 3. Model classes **must** be immutable + +# Changelog + +* v1.1 + + * endpoints for Volume + * Javadocs + * very initial documentation + * Removed distribution from few objects as per [linode's changelogs](https://developers.linode.com/v4/changelogs) \ No newline at end of file