Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomtir committed Dec 21, 2024
1 parent 875a616 commit 64df2d8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## Release v1.1.0 (21st Dec 2024)

- feat: Improved user bank details
- feat: User licenses
- feat: Extended club info
- feat: Improved About page (layout, release information, authors)
- feat: Improved club stock management layout
- feat: SnackBar messages with global key
- fix: Deletion of club stock resulted in duplication
- chore: Kotlin version update (1.9) and flutter build choice

## Release v1.0.0 (21st Sep 2024)

- feat: Organisations and Affiliations
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The versioning scheme is `MAJOR.MINOR.PATCH`, increment the:

Collect the changes since the previous release and add them to the [CHANGELOG](CHANGELOG.md).
```
git log --format=%B v0.9..HEAD
git log --format=%B v1.0.0..HEAD
```

Adapt the `pubspec.yaml` file. Increment the build number (`+1`) behind the version name by one integer.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Course Participation Tracker
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

# The following defines the version and build number for your application.
version: 1.0.0+1
version: 1.1.0+2

environment:
sdk: '>=3.0.0'
Expand Down

0 comments on commit 64df2d8

Please sign in to comment.