Skip to content

Commit

Permalink
chore: Release v2.7.2 (meltano#6825)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 3, 2022
1 parent c384556 commit dfb2be6
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Changelog](http://keepachangelog.com/).

## v2.7.2 (2022-10-03)

### 🐛 Fixes

- [#6819](https://github.com/meltano/meltano/issues/6819) Fix error on `meltano config meltano set ...`
- [#6818](https://github.com/meltano/meltano/issues/6818) Avoid SQLAlchemy deprecation warning

### 📚 Documentation Improvements

- [#6822](https://github.com/meltano/meltano/issues/6822) Remove E(t)LT from tutorial
- [#6800](https://github.com/meltano/meltano/issues/6800) Shorten install quick start, move rest to guide
- [#6809](https://github.com/meltano/meltano/issues/6809) Tutorial small cleanup
- [#6781](https://github.com/meltano/meltano/issues/6781) Add parts 2-4 to the tutorial
- [#6801](https://github.com/meltano/meltano/issues/6801) Fix broken link

## v2.7.1 (2022-09-27)

### 🐛 Fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "meltano.com",
"author": "Meltano Team & Contributors <hello@meltano.com>",
"license": "MIT",
"version": "2.7.1",
"version": "2.7.2",
"description": "https://meltano.com",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meltano",
"version": "2.7.1",
"version": "2.7.2",
"private": true,
"scripts": {
"build": "yarn build:docs && yarn build:webapp",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "meltano"
version = "2.7.1"
version = "2.7.2"
description = "Meltano: Your DataOps Platform Infrastructure"
authors = ["Meltano <hello@meltano.com>"]
license = "MIT"
Expand Down Expand Up @@ -149,7 +149,7 @@ exclude_lines = [

[tool.commitizen]
name = "cz_version_bump"
version = "2.7.1"
version = "2.7.2"
tag_format = "v$major.$minor.$patch$prerelease"
version_files = [
"pyproject.toml:^version =",
Expand Down
2 changes: 1 addition & 1 deletion src/meltano/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from __future__ import annotations

# Managed by commitizen
__version__ = "2.7.1"
__version__ = "2.7.2"
2 changes: 1 addition & 1 deletion src/webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meltano-webapp",
"version": "2.7.1",
"version": "2.7.2",
"private": true,
"scripts": {
"dev": "npm run serve",
Expand Down

0 comments on commit dfb2be6

Please sign in to comment.