Skip to content

Commit

Permalink
chore: release 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
miracum-bot committed Jun 5, 2024
1 parent 92e3197 commit fb9f664
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.3.6](https://github.com/miracum/vfps/compare/v1.3.5...v1.3.6) (2024-06-05)


### Miscellaneous Chores

* **deps:** aggregated dep updates ([#140](https://github.com/miracum/vfps/issues/140)) ([0fb1b40](https://github.com/miracum/vfps/commit/0fb1b40465ee2cecc1dba919b48a0ee99afd4ef0))
* **deps:** update all non-major dependencies ([#139](https://github.com/miracum/vfps/issues/139)) ([a3f90ef](https://github.com/miracum/vfps/commit/a3f90ef7244cf2331e03c08ec75861b0ecbfd5a0))
* **deps:** update github-actions ([#138](https://github.com/miracum/vfps/issues/138)) ([92e3197](https://github.com/miracum/vfps/commit/92e319735da8763dd5185c5a371e04d80f434da7))
* **deps:** update mcr.microsoft.com/dotnet/sdk:8.0.300-noble docker digest to 0a154ae ([#142](https://github.com/miracum/vfps/issues/142)) ([c4e36fd](https://github.com/miracum/vfps/commit/c4e36fdb0bd4be9aaeea63fca154de142273066c))

## [1.3.5](https://github.com/miracum/vfps/compare/v1.3.4...v1.3.5) (2024-04-01)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ All released container images are signed using [cosign](https://github.com/sigst
<!-- x-release-please-start-version -->

```sh
IMAGE=ghcr.io/miracum/vfps:v1.3.5
IMAGE=ghcr.io/miracum/vfps:v1.3.6
DIGEST=$(crane digest "${IMAGE}")
IMAGE_DIGEST_PINNED="ghcr.io/miracum/vfps@${DIGEST}"
IMAGE_TAG="${IMAGE#*:}"
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.5} # x-release-please-version
image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.3.6} # 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.5</Version> <!-- x-release-please-version -->
<Version>1.3.6</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 fb9f664

Please sign in to comment.