Skip to content

Commit

Permalink
Add changelog for 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuslonnberg committed Jan 25, 2021
1 parent 700f579 commit 1bee7d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.8.1

- Fix issue with changed output from Buildkit. [#118](https://github.com/marcuslonnberg/sbt-docker/pull/118)

## 1.8.0

- Output Docker image digest from `dockerPush` and `dockerBuildAndPush`. [#117](https://github.com/marcuslonnberg/sbt-docker/pull/117)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Setup

Add sbt-docker as a dependency in `project/plugins.sbt`:
```scala
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.8.0")
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.8.1")
```

### Getting started
Expand Down

0 comments on commit 1bee7d8

Please sign in to comment.