Skip to content

Commit 1de6fb1

Browse files
committed
merge with master
2 parents 2d993b2 + bd4714d commit 1de6fb1

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

CHANGELOG.JSON

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@
2626
"[jumpei-yamauchi](https://github.com/jumpei-yamauchi)"
2727
]
2828
},
29+
{
30+
"version": "3.4.1",
31+
"changes": {
32+
"new": [],
33+
"enhancements": [],
34+
"fixes": []
35+
},
36+
"contributions": []
37+
},
2938
{
3039
"version": "3.4.0",
3140
"changes": {

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Releases
22

3+
<<<<<<< HEAD
34
## 3.5.0
45

56
### Enhancements
@@ -17,6 +18,9 @@
1718
### Contributors
1819

1920
Special thanks to our contributors (in alphabetical order): [Gautam Sheth](https://github.com/gautamdsheth), [Jouni Pohjolainen](https://github.com/jonepo), [Louis Pineau](https://github.com/pineaulo), [Michalis Koutroupis](https://github.com/mkoutroupis), [MonalisaBaltatescu](https://github.com/MonalisaBaltatescu), [Patrik Hellgren](https://github.com/patrikhellgren).
21+
=======
22+
## 3.4.1
23+
>>>>>>> master
2024
2125
## 3.4.0
2226

docs/documentation/docs/about/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Releases
22

3+
<<<<<<< HEAD
34
## 3.5.0
45

56
### Enhancements
@@ -17,6 +18,9 @@
1718
### Contributors
1819

1920
Special thanks to our contributors (in alphabetical order): [Gautam Sheth](https://github.com/gautamdsheth), [Jouni Pohjolainen](https://github.com/jonepo), [Louis Pineau](https://github.com/pineaulo), [Michalis Koutroupis](https://github.com/mkoutroupis), [MonalisaBaltatescu](https://github.com/MonalisaBaltatescu), [Patrik Hellgren](https://github.com/patrikhellgren).
21+
=======
22+
## 3.4.1
23+
>>>>>>> master
2024
2125
## 3.4.0
2226

src/common/telemetry/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version: string = "3.5.0";
1+
export const version: string = "3.5.0";

0 commit comments

Comments
 (0)