Skip to content

Commit 3984bf7

Browse files
committed
release/1.8.0
1 parent dd92973 commit 3984bf7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ APP_KEY=
1717
APP_DEBUG=true
1818
APP_LOG_LEVEL=debug
1919
APP_URL=http://localhost
20-
APP_VERSION=1.7.0
20+
APP_VERSION=1.0.0
2121
APP_LOCALE=en
2222
APP_TIMEZONE=America/Kentucky/Monticello
2323
# Application encryption cipher.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22

33
## brandonclothier.me
44

5+
### 1.8.0 March 11, 2018
6+
7+
- [[f051e86](https://github.com/brandon14/brandonclothier.me/commit/f051e86c5daaeb64f8f27305c6c31a1c80b97be2)] feature/laravel5.6: Update to Laravel 5.6 [Brandon Clothier] on Sun, 11 Mar 2018 20:36:35 -0400
8+
59
### 1.7.0 February 3rd, 2018
610

11+
- [[726bf57](https://github.com/brandon14/brandonclothier.me/commit/726bf572fe9ca14fac4e3fc48243ebb42eeaed5b)] release/1.7.0 [Brandon Clothier] on Sat, 3 Feb 2018 21:51:24 -0500
712
- [[42fde98](https://github.com/brandon14/brandonclothier.me/commit/42fde98b488ed99271728b7bffe95d6d6fcea05a)] Apply fixes from StyleCI [Brandon Clothier] on Sun, 4 Feb 2018 02:40:29 +0000
813
- [[af5ae4c](https://github.com/brandon14/brandonclothier.me/commit/af5ae4cc8672d276c8366c640bfb4af77e9de09b)] feature/update-asset-build: Add sass-lint [Brandon Clothier] on Sat, 3 Feb 2018 21:37:20 -0500
914
- [[e869146](https://github.com/brandon14/brandonclothier.me/commit/e869146b2fef731cbce6a2e9df1c136347b8990f)] feature/update-asset-build: Allow assets to be built to a separate dir [Brandon Clothier] on Sat, 3 Feb 2018 21:03:22 -0500
1015

16+
1117
### 1.6.0 October 21st, 2017
1218

1319
- [[efeb987](https://github.com/brandon14/brandonclothier.me/commit/efeb98755a8d5102dab5e4fb04f52104c18751cd)] feature: Remove XSRF cookie [Brandon Clothier] on Sat, 21 Oct 2017 23:44:51 -0400

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "brandon14/brandonclothier.me",
33
"description": "A personal website for Brandon Clothier.",
4-
"version": "v1.7.0",
4+
"version": "v1.8.0",
55
"keywords": ["website", "laravel"],
66
"license": "MIT",
77
"type": "project",

0 commit comments

Comments
 (0)