Skip to content

Commit f45a00e

Browse files
committed
update change log
1 parent be05166 commit f45a00e

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
3+
## [1.0.9] - 2024-06-23
4+
### Added
5+
- Use MapBox service to get longitude and latidute data to expense document
6+
- Add totalAmount field to trip model
7+
- Update totalAmount when an expense is confirmed to be added
8+
- Add currency model and set timer to regularly update currencies by using third party service
9+
- Add currency list endpoint
10+
- Update create trip endpoint and set currency as a must
11+
212
## [1.0.8] - 2024-06-17
313
### Added
414
- Use openai to parse the text data after ocr process

build_amd64_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export DOCKER_BUILDKIT=1
22

3-
docker buildx build --platform linux/amd64 -t yxfanlawrence/travelexpensebackend:1.0.8 . --push
3+
docker buildx build --platform linux/amd64 -t yxfanlawrence/travelexpensebackend:1.1.0 . --push

0 commit comments

Comments
 (0)