release 2.8.1

This commit is contained in:
Tao Bror Bojlén 2019-08-31 17:55:14 +01:00
parent c538b7a4b7
commit f2bd81ca4e
No known key found for this signature in database
GPG Key ID: C6EC7AAB905F9E6F
3 changed files with 8 additions and 4 deletions

View File

@ -17,12 +17,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
### Security
## [2.8.1 - 2019-08-31]
### Fixed
- Fixed error when viewing some uncrawlable instances - Fixed error when viewing some uncrawlable instances
- Fix navbar z-index - Fix navbar z-index
- Optimize query used for generating status rate - Optimize query used for generating status rate
### Security
## [2.8.0 - 2019-08-29] ## [2.8.0 - 2019-08-29]
### Added ### Added

View File

@ -4,7 +4,7 @@ defmodule Backend.MixProject do
def project do def project do
[ [
app: :backend, app: :backend,
version: "2.8.0", version: "2.8.1",
elixir: "~> 1.5", elixir: "~> 1.5",
elixirc_paths: elixirc_paths(Mix.env()), elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(), compilers: [:phoenix, :gettext] ++ Mix.compilers(),

View File

@ -1,6 +1,6 @@
{ {
"name": "frontend", "name": "frontend",
"version": "2.8.0", "version": "2.8.1",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "NODE_ENV=development react-scripts start", "start": "NODE_ENV=development react-scripts start",