Skip to content

Commit bbe9a42

Browse files
author
bryanadamloh97
committed
Added CHANGELOG
1 parent e49469d commit bbe9a42

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
**1.0.0 (released 2021-06-15):**
4+
- Release for production.
5+
- Added a ```URLShortener``` facade.
6+
- Updated documentation
7+
- Updated tests and Github Actions configuration for PHP 7.3, PHP 7.4 and PHP 8.0 testing.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Laravel URL Shortener
22
Powerful URL shortening tool using different drivers for your Laravel projects
33

4-
<p align="center">
4+
<p>
55
<a href="https://packagist.org/packages/codeofdigital/laravel-url-shortener"><img src="https://img.shields.io/packagist/v/codeofdigital/laravel-url-shortener" alt="Latest Version on Packagist"></a>
66
<a href="https://github.com/codeofdigital/laravel-url-shortener"><img src="https://img.shields.io/github/workflow/status/codeofdigital/laravel-url-shortener/run-tests" alt="Build Status"></a>
77
<a href="https://packagist.org/packages/codeofdigital/laravel-url-shortener"><img src="https://img.shields.io/packagist/php-v/codeofdigital/laravel-url-shortener" alt="PHP from Packagist"></a>

0 commit comments

Comments
 (0)