We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ab0be commit 81c102dCopy full SHA for 81c102d
.github/workflows/blackfire.yml
@@ -57,7 +57,7 @@ jobs:
57
ARR[2]=$((${ARR[2]}+1))
58
NEW_TAG="${ARR[0]}.${ARR[1]}.${ARR[2]}"
59
60
- sed -i -re "s/^## $LATEST_TAG/## $NEW_TAG\n\n### Added\n\n- Updated Blackfire to version ${{ steps.fetch_version.outputs.last }}.\n\n## $LATEST_TAG/" CHANGELOG.md
+ sed -i -re "s/^## $LATEST_TAG/## $NEW_TAG\n\n- Updated Blackfire to version ${{ steps.fetch_version.outputs.last }}.\n\n## $LATEST_TAG/" CHANGELOG.md
61
62
- name: Publish
63
env:
CHANGELOG.md
@@ -1,8 +1,11 @@
1
# Change log
2
3
-## 1.2.6
+## 1.3.0
4
5
-Please check out the GitHub release notes.
+- Added extension SNMP
6
+- Added extension Excimer
7
+- Update elastic apm to version 1.8.4
8
+- Use openssl 1.1.1w in relay extension
9
10
## 1.2.6
11
0 commit comments