Skip to content

Commit 354b4b8

Browse files
Merge pull request #612 from bruin-data/release/v0.67.2-prep
Release/v0.67.2 prep
2 parents 22629cc + 5a650f3 commit 354b4b8

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## [0.67.2] - [2025-09-16]
3+
- Improved connection test ui.
4+
25
## [0.67.1] - [2025-09-09]
36
- Allow YAML assets to be rendered.
47

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Bruin is a unified analytics platform that enables data professionals to work en
6363

6464
## Release Notes
6565
### Recent Update
66+
- **0.67.2**: Improved connection test ui.
6667
- **0.67.1**: Allow YAML assets to be rendered.
6768
- **0.67.0**: Added a "Create in-place" checkbox to the project creation UI, allowing projects to be created directly in the selected folder.
6869
- **0.66.0**: Added console logging for executed query commands to aid in error detection.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bruin",
33
"displayName": "Bruin",
44
"description": "Manage your Bruin data assets from within VS Code.",
5-
"version": "0.67.1",
5+
"version": "0.67.2",
66
"engines": {
77
"vscode": "^1.87.0"
88
},

0 commit comments

Comments
 (0)