Skip to content

Commit

Permalink
chore: bump to 6.8.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
bameda committed Jul 23, 2024
1 parent a1cbbaf commit 91bea87
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Changelog

## 6.8.1 (unreleased)
## 6.8.2 (unreleased)

...

## 6.8.1 (2024-07-23)

- Prevent XSS attack.
- Update locales.

## 6.8.0 (2024-04-03)

- Changed the namespace of the repositories, from kaleidos-ventures to taigaio
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ RUN set -eux; \
apk add \
bash; \
# Install taiga-front core
wget https://github.com/taigaio/taiga-front-dist/archive/6.8.0.zip -O source.zip; \
wget https://github.com/taigaio/taiga-front-dist/archive/6.8.1.zip -O source.zip; \
unzip source.zip; \
mv /taiga-front-dist-6.8.0 /taiga; \
mv /taiga-front-dist-6.8.1 /taiga; \
mv /conf.json.template taiga/dist/; \
chmod +x /docker-entrypoint.d/30_config_env_subst.sh; \
# Install taiga-front contribs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TaigaIO",
"version": "6.8.0",
"version": "6.8.1",
"description": "Taiga project management system (frontend)",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 91bea87

Please sign in to comment.