Skip to content

Commit

Permalink
chore: release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
miracum-bot committed Oct 23, 2023
1 parent ba981ad commit 7116820
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.3.2](https://github.com/miracum/vfps/compare/v1.3.1...v1.3.2) (2023-10-23)


### Miscellaneous Chores

* **deps:** update all non-major dependencies ([#70](https://github.com/miracum/vfps/issues/70)) ([271e9c8](https://github.com/miracum/vfps/commit/271e9c892d95a2a3e9050b269253317232cb75f9))
* **deps:** update github-actions ([#71](https://github.com/miracum/vfps/issues/71)) ([ba981ad](https://github.com/miracum/vfps/commit/ba981ada94a3ef68c54e2afbddaaa04d709ffd11))

## [1.3.1](https://github.com/miracum/vfps/compare/v1.3.0...v1.3.1) (2023-10-04)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ the packages page on GitHub: <https://github.com/miracum/vfps/pkgs/container/vfp
<!-- x-release-please-start-version -->

```sh
IMAGE_DIGEST=$(crane digest ghcr.io/miracum/vfps:v1.3.1)
IMAGE_DIGEST=$(crane digest ghcr.io/miracum/vfps:v1.3.2)
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
- "127.0.0.1:16686:16686"

vfps:
image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.3.1} # x-release-please-version
image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.3.2} # x-release-please-version
restart: unless-stopped
deploy:
resources:
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AnalysisLevel>latest</AnalysisLevel>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>

<Version>1.3.1</Version> <!-- x-release-please-version -->
<Version>1.3.2</Version> <!-- x-release-please-version -->
<Company>miracum.org</Company>
<Description>A very fast and resource-efficient pseudonym service.</Description>
<Copyright>© miracum.org. All rights reserved.</Copyright>
Expand Down

0 comments on commit 7116820

Please sign in to comment.