Skip to content

Commit d563c83

Browse files
Updated README badges, initialised changelog (#2)
1 parent 486fb54 commit d563c83

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CHANGELOG.md

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

33
All notable changes to `google-chat` will be documented in this file
44

5-
## 1.0.0 - 201X-XX-XX
5+
## 1.0.0 - 2021-05-18
66

7-
- initial release
7+
- Initial Release - Woo-hoo!

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
<img src="https://storage.googleapis.com/thetreehouse-family.appspot.com/google-chat/assets/laravel-notifications%2Bgoogle-chat.png" width="450">
33
</p>
44

5-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/laravel-notification-channels/google-chat.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/google-chat)
6-
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
7-
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/laravel-notification-channels/google-chat/run-tests?label=tests)](https://github.com/laravel-notification-channels/google-chat/actions?query=workflow%3Arun-tests+branch%3Amaster)
8-
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/laravel-notification-channels/google-chat/Check%20&%20fix%20styling?label=code%20style)](https://github.com/laravel-notification-channels/google-chat/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amaster)
9-
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/google-chat.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/google-chat)
5+
<p align="center">
6+
<a href="https://packagist.org/packages/laravel-notification-channels/google-chat"><img alt="Latest Version on Packagist" src="https://img.shields.io/packagist/v/laravel-notification-channels/google-chat.svg?style=flat-square"></a>
7+
<a href="LICENSE.md"><img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square"></a>
8+
<a href="https://github.com/laravel-notification-channels/google-chat/actions?query=workflow%3A%22PHPUnit+tests%22+branch%3Amain"><img alt="GitHub Tests Action Status" src="https://img.shields.io/github/workflow/status/laravel-notification-channels/google-chat/PHPUnit%20tests/main?label=tests&style=flat-square"></a>
9+
<a href="https://github.com/laravel-notification-channels/google-chat/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain"><img alt="GitHub Code Style Action" src="https://img.shields.io/github/workflow/status/laravel-notification-channels/google-chat/Check%20&%20fix%20styling/main?label=code%20style&style=flat-square"></a>
10+
<a href="https://packagist.org/packages/laravel-notification-channels/google-chat"><img alt="Total Downloads" src="https://img.shields.io/packagist/dt/laravel-notification-channels/google-chat.svg?style=flat-square"></a>
11+
<a href="composer.json"><img alt="PHP Version Requirements" src="https://img.shields.io/packagist/php-v/laravel-notification-channels/google-chat?style=flat-square"></a>
12+
<a href="composer.json"><img alt="Laravel Version Requirements" src="https://img.shields.io/badge/laravel-~8.0-gray?logo=laravel&style=flat-square&labelColor=F05340&logoColor=white"></a>
13+
</p>
1014

1115
<h1>Google Chat - Laravel Notification Channel</h1>
1216

0 commit comments

Comments
 (0)