Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #48 from Meal-Tiger/release-1.0.2-alpha
Browse files Browse the repository at this point in the history
Release-1.0.2-alpha
  • Loading branch information
Uggah authored Dec 14, 2022
2 parents 08a1a4a + cc53098 commit 568054f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.0.2-alpha] - 2022-12-14

### Fixed

- Moved API-Class to the correct package/directory

## [1.0.1-alpha] - 2022-12-08

### Fixed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.mealtiger.backend.database.repository.api;
package com.mealtiger.backend.rest.api;

import com.mealtiger.backend.database.model.recipe.RecipeDTO;
import com.mealtiger.backend.rest.controller.RecipeController;
Expand Down

0 comments on commit 568054f

Please sign in to comment.