Skip to content

Commit 2e09a03

Browse files
chore(release): 0.2.0
1 parent 3a0b8ac commit 2e09a03

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.2.0](https://github.com/GlueDev/laravel-stackdriver/compare/v0.1.2...v0.2.0) (2020-02-23)
6+
7+
8+
### Features
9+
10+
* option to ignore tracing for path ([#8](https://github.com/GlueDev/laravel-stackdriver/issues/8)) ([a2b9992](https://github.com/GlueDev/laravel-stackdriver/commit/a2b99929167eb02a6d8bd5d4f0a12c065b7fc416))
11+
512
### [0.1.2](https://github.com/GlueDev/laravel-stackdriver/compare/v0.1.1...v0.1.2) (2019-10-30)
613

714

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gluedev/laravel-stackdriver",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Enables logging, tracing and error reporting to Google Stackdriver for the Laravel framework",
55
"license": "MIT",
66
"authors": [

composer.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-stackdriver",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"repository": "[email protected]:GlueDev/laravel-stackdriver.git",
55
"author": "Diederik van den Burger <[email protected]>",
66
"devDependencies": {

0 commit comments

Comments
 (0)