Skip to content

Commit

Permalink
release: 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nandor-magyar committed Feb 16, 2024
1 parent 93dbef6 commit c1c9726
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 17 deletions.
30 changes: 20 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# CHANGELOG


<a name="0.11.1"></a>
## [0.11.1](https://github.com/dyrector-io/dyrectorio/compare/0.11.0...0.11.1) (2024-02-16)

### Docs

* braking typo fix and smalle adjustments ([#908](https://github.com/dyrector-io/dyrectorio/issues/908))

### Feat

* **(cli):** add frontend for crux encryption-key generation ([#913](https://github.com/dyrector-io/dyrectorio/issues/913))

### Fix

* **(crux):** encryption key generation ([#914](https://github.com/dyrector-io/dyrectorio/issues/914))
* **(crux-ui):** notification webhook validations ([#911](https://github.com/dyrector-io/dyrectorio/issues/911))
* **(web):** add missing i18n lines ([#909](https://github.com/dyrector-io/dyrectorio/issues/909))


<a name="0.11.0"></a>
## [0.11.0](https://github.com/dyrector-io/dyrectorio/compare/0.10.0...0.11.0) (2024-02-13)

Expand Down Expand Up @@ -845,7 +863,7 @@


<a name="0.2.1"></a>
## [0.2.1](https://github.com/dyrector-io/dyrectorio/compare/v0.1.1...0.2.1) (2022-09-27)
## [0.2.1](https://github.com/dyrector-io/dyrectorio/compare/0.1.1...0.2.1) (2022-09-27)

### Chore

Expand Down Expand Up @@ -998,12 +1016,8 @@
* websocket message routing


<a name="v0.1.1"></a>
## [v0.1.1](https://github.com/dyrector-io/dyrectorio/compare/0.1.1...v0.1.1) (2022-08-03)


<a name="0.1.1"></a>
## [0.1.1](https://github.com/dyrector-io/dyrectorio/compare/v0.1.0...0.1.1) (2022-08-03)
## [0.1.1](https://github.com/dyrector-io/dyrectorio/compare/0.1.0...0.1.1) (2022-08-03)

### Chore

Expand All @@ -1019,10 +1033,6 @@
* **(agent):** tests ([#54](https://github.com/dyrector-io/dyrectorio/issues/54))


<a name="v0.1.0"></a>
## [v0.1.0](https://github.com/dyrector-io/dyrectorio/compare/0.1.0...v0.1.0) (2022-08-01)


<a name="0.1.0"></a>
## [0.1.0](https://github.com/dyrector-io/dyrectorio/compare/0.0.1...0.1.0) (2022-08-01)

Expand Down
2 changes: 1 addition & 1 deletion golang/internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

var (
// Version represents the version of the application
Version = "0.11.0"
Version = "0.11.1"
// CommitHash is the hash of the commit used for the build
CommitHash = "n/a"
// BuildTimestamp represents the timestamp when the build was created
Expand Down
4 changes: 2 additions & 2 deletions web/crux-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/crux-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crux-ui",
"version": "0.11.0",
"version": "0.11.1",
"description": "Open-source delivery platform that helps developers to deliver applications efficiently by simplifying software releases and operations in any environment.",
"author": "dyrector.io",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions web/crux/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/crux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crux",
"version": "0.11.0",
"version": "0.11.1",
"description": "Open-source delivery platform that helps developers to deliver applications efficiently by simplifying software releases and operations in any environment.",
"author": "dyrector.io",
"private": true,
Expand Down

0 comments on commit c1c9726

Please sign in to comment.