Skip to content

Commit c975406

Browse files
author
Diederik van den Burger
committed
chore(release): 0.1.2
1 parent 77e13c5 commit c975406

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
# Change Log
1+
# Changelog
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.1.2](https://github.com/GlueDev/laravel-stackdriver/compare/v0.1.1...v0.1.2) (2019-10-30)
6+
7+
8+
### Features
9+
10+
* added lumen service provider ([4b16618](https://github.com/GlueDev/laravel-stackdriver/commit/4b1661897acb543ab80312248d8ee7eb5732c69a))
11+
* laravel 6 compatibility ([a004f04](https://github.com/GlueDev/laravel-stackdriver/commit/a004f04c552d40b41dacffe41f666642a4f16d53))
12+
513
<a name="0.1.1"></a>
614
## [0.1.1](https://github.com/GlueDev/laravel-stackdriver/compare/v0.1.0...v0.1.1) (2018-11-28)
715

composer.json

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

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.1",
3+
"version": "0.1.2",
44
"repository": "[email protected]:GlueDev/laravel-stackdriver.git",
55
"author": "Diederik van den Burger <[email protected]>",
66
"devDependencies": {

0 commit comments

Comments
 (0)