Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianToledano committed Jan 23, 2025
1 parent 01f5805 commit 2ef474d
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!--
Guiding Principles:
Changelogs are for humans, not machines.
There should be an entry for every single version.
The same types of changes should be grouped.
Versions and sections should be linkable.
The latest version comes first.
The release date of each version is displayed.
Mention whether you follow Semantic Versioning.
Usage:
Change log entries are to be added to the Unreleased section under the
appropriate stanza (see below). Each entry is required to include a tag and
the Github issue reference in the following format:
* (<tag>) \#<issue-number> message
Types of changes (Stanzas):
"Features" for new features.
"Improvements" for changes in existing functionality.
"Deprecated" for soon-to-be removed features.
"Bug Fixes" for any bug fixes.
"API Breaking" for breaking API function signatures.
Ref: https://keepachangelog.com/en/1.0.0/
-->

# Changelog

## [Unreleased]

### Improvements

* [#31](https://github.com/JulianToledano/goingecko/pull/31) [32](https://github.com/JulianToledano/goingecko/pull/32) Updated api functions signature to use options for optional api arguments.
* [#33](https://github.com/JulianToledano/goingecko/pull/33) Update module path to v3.

### API Breaking

* [#31](https://github.com/JulianToledano/goingecko/pull/31) [32](https://github.com/JulianToledano/goingecko/pull/32) Updated api functions signature to use options for optional api arguments.
1 change: 0 additions & 1 deletion backlog.md

This file was deleted.

0 comments on commit 2ef474d

Please sign in to comment.