Skip to content

Commit

Permalink
Release version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordi-Jaspers committed Jun 3, 2024
1 parent a30f990 commit ee2f8ef
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aniflix.stream",
"version": "0.2.0-SNAPSHOT",
"version": "0.1.4",
"private": true,
"engines": {
"node": ">=20.10.0 <21.0.0",
Expand Down
15 changes: 15 additions & 0 deletions documentation/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## UNRELEASED

## [0.1.4] - 2024-06-03
### ANI-140:
* Removed the default shadcn logo from the login page.

### ANI-142:
* Adding tailwind prettier configuration.

### ANI-141:
* Removed overkill password requirements in the server.
* Made the client component more interactive by indicating the password requirements.
* Strength meter is synced with server requirements.

## [0.1.3] - 2024-06-02
* Hotfix: password reset flow did not work because of wrong request form.

## [0.1.2] - 2024-06-01
### ANI-134:
* Try-catch to not break the application when the database is down.
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import org.springframework.boot.gradle.tasks.run.BootRun

// Both "group" and "version" are default Gradle properties, so they need to be set here
group = "org.jordijaspers"
version = "0.2.0-SNAPSHOT"
version = "0.1.4"

// Other, non-default Gradle, properties need to be defined here
val author = "Jordi Jaspers"
Expand Down
2 changes: 1 addition & 1 deletion server/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spring:
profiles.include: ${SPRING_PROFILES_INCLUDE:development}

application:
version: 0.2.0-SNAPSHOT
version: 0.1.4
name: ${SPRING_APPLICATION_NAME:aniflix-development}
url: ${SPRING_APPLICATION_URL:http://localhost:8080}

Expand Down

0 comments on commit ee2f8ef

Please sign in to comment.