Skip to content

Commit eb4a6df

Browse files
authored
Merge pull request #297 from rsnyman/release-2.0.1
Release 2.0.1
2 parents 114b280 + 2d27246 commit eb4a6df

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Version 2.0.1
2+
=============
3+
4+
* Clear projects and dashboards when logging out. Fixes #295
5+
* fix metadata reading during test import
6+
* Bump url-parse from 1.5.3 to 1.5.10 in /frontend
7+
* Bump follow-redirects from 1.14.7 to 1.14.8 in /frontend
8+
* newbie fixes
9+
* Bump nanoid from 3.1.23 to 3.2.0 in /frontend
10+
* Only filter on env if an env is not null
11+
* Add some logging and a URL check (#284)
12+
* Bump follow-redirects from 1.14.1 to 1.14.7 in /frontend
13+
* Add JWT secret to template files
14+
115
Version 2.0.0
216
=============
317

backend/ibutsu_server/openapi/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
description: A system to store and query test results
44
title: Ibutsu API
5-
version: 2.0.0
5+
version: 2.0.1
66
servers:
77
- url: /api
88
tags:

backend/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
NAME = "ibutsu_server"
6-
VERSION = "2.0.0"
6+
VERSION = "2.0.1"
77
REQUIRES = [
88
"alembic",
99
# Pin Celery to be compatible with Kombu

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ibutsu-frontend",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "^7.15.8",

0 commit comments

Comments
 (0)