Skip to content

Commit 071a980

Browse files
committed
prepare for v0.5.1
1 parent 52bd9c0 commit 071a980

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.5.1] — 2023-11-16
6+
7+
### Fixed
8+
9+
- Fixed UI inconsistencies
10+
511
## [0.5.0] — 2023-11-02
612

713
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LocalStack empowers developers to use over 75+ AWS services locally while helpin
1111
You can install the LocalStack Extension for Docker Desktop via pulling our public Docker image from Docker Hub:
1212

1313
```bash
14-
docker extension install localstack/localstack-docker-desktop:0.5.0
14+
docker extension install localstack/localstack-docker-desktop:0.5.1
1515
```
1616

1717
To setup the Docker Extension by building the image locally, you can run the following commands:

0 commit comments

Comments
 (0)