Skip to content

Commit

Permalink
chore: add changelog and prepare 1.0.0 version (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: ablandel <[email protected]>
  • Loading branch information
ablandel committed May 2, 2024
1 parent a47ac05 commit cf37950
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

Add the changes here.

## [1.0.0] - 2024-05-02

### Added

- First version of the kaomoji CRUD endpoints
- First version of the kaomoji GraphQL endpoints
- First version of the tag CRUD endpoints
- First version of the tag GraphQL endpoints

[unreleased]: https://github.com/ablandel/another-kaomoji/compare/1.0.0..main

[1.0.0]: https://github.com/ablandel/another-kaomoji/tree/1.0.0
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "github.ablandel.anotherkaomoji"
version = "1.0.0-SNAPSHOT"
version = "1.0.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit cf37950

Please sign in to comment.